Searched refs:IOException (Results 1 – 8 of 8) sorted by relevance
13 IOException::IOException(int err, const std::string& msg) in IOException() function in mbgl::util::IOException51 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()
11 struct IOException : std::runtime_error { struct12 IOException(int err, const std::string& msg);
24 import java.io.IOException;38 public void init(AssetManager assetManager) throws IOException { in init()48 Vector<String> labels) throws IOException { in loadLabelName()
11 import java.io.IOException;46 throw new IOException("rknn init fail!"); in initModel()
10 import java.io.IOException;26 public void init(AssetManager assetManager) throws IOException { in init()
32 import java.io.IOException;125 } catch (IOException e) { in onCreate()
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
118 } catch (util::IOException& ex) { in removeExisting()