HomeSort by relevance Sort by last modified time
    Searched defs:ENOENT (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 25 #define ENOENT 2
26 #define ENOFILE ENOENT
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 348 #ifndef ENOENT
349 #define ENOENT 9968
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 50 #define ENOENT 2 /* No such file or directory */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 54 #define ENOENT __ENOENT /* 2 No such file or directory */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 10 ENOENT = 2
  /external/syslinux/com32/include/
errno.h 7 #define ENOENT 2 /* No such file or directory */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 80 #define ENOENT 2 /* No such file or directory */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 8 ENOENT Errno = ERROR_FILE_NOT_FOUND
tables_nacl.go 99 ENOENT Errno = 2 /* No such file or directory */
225 ENOENT: "No such file or directory",
344 errENOENT error = ENOENT
357 case ENOENT:
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 8 ENOENT Errno = ERROR_FILE_NOT_FOUND
tables_nacl.go 99 ENOENT Errno = 2 /* No such file or directory */
225 ENOENT: "No such file or directory",
344 errENOENT error = ENOENT
357 case ENOENT:
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 14 ENOENT = 2
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 171 no_such_file_or_directory, // ENOENT
376 # ifndef ENOENT
377 # define ENOENT 2
562 no_such_file_or_directory = ENOENT,
  /external/syslinux/gpxe/src/include/
errno.h 355 #define ENOENT ( ERRFILE | PXENV_STATUS_TFTP_FILE_NOT_FOUND | 0x2d000000 )
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 218 public static final int ENOENT = placeholder();
    [all...]

Completed in 427 milliseconds

12 3 4 5