Home
last modified time | relevance | path

Searched defs:FileNotFoundException (Results 1 – 4 of 4) sorted by relevance

/external/okio/okio/src/jvmMain/kotlin/okio/
D-Platform.kt35 actual typealias FileNotFoundException = java.io.FileNotFoundException typealias
/external/okio/okio/src/commonMain/kotlin/okio/
D-Platform.kt34 expect class FileNotFoundException(message: String? = null) : IOException class
/external/okio/okio/src/nonJvmMain/kotlin/okio/
D-Platform.kt41 actual open class FileNotFoundException actual constructor(message: String?) : IOException(message) class
/external/armnn/include/armnn/
DExceptions.hpp86 class FileNotFoundException : public Exception class