Home
last modified time | relevance | path

Searched refs:IOException (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dio.cpp13 IOException::IOException(int err, const std::string& msg) in IOException() function in mbgl::util::IOException
51 throw IOException(errno, "Could not delete file " + filename); in deleteFile()
58 throw IOException(errno, "Cannot read file " + destination); in copyFile()
62 throw IOException(errno, "Cannot write file " + destination); in copyFile()
H A Dio.hpp11 struct IOException : std::runtime_error { struct
12 IOException(int err, const std::string& msg);
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/yolo/
H A DPostProcess.java24 import java.io.IOException;
38 public void init(AssetManager assetManager) throws IOException { in init()
48 Vector<String> labels) throws IOException { in loadLabelName()
H A DInferenceWrapper.java11 import java.io.IOException;
46 throw new IOException("rknn init fail!"); in initModel()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/
H A DInferenceResult.java10 import java.io.IOException;
26 public void init(AssetManager assetManager) throws IOException { in init()
H A DCameraPreviewActivity.java32 import java.io.IOException;
125 } catch (IOException e) { in onCreate()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp118 } catch (util::IOException& ex) { in removeExisting()