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

12 3 4 5

  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 53 #define EPERM __EPERM /* 1 Operation not permitted */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 9 EPERM = 1
  /external/syslinux/com32/include/
errno.h 6 #define EPERM 1 /* Operation not permitted */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 79 #define EPERM 1 /* Operation not permitted */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 118 EPERM
253 EPERM - APPLICATION_ERROR: "operation not permitted",
tables_nacl.go 98 EPERM Errno = 1 /* Operation not permitted */
224 EPERM: "Operation not permitted",
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...]
zerrors_dragonfly_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 118 EPERM
253 EPERM - APPLICATION_ERROR: "operation not permitted",
tables_nacl.go 98 EPERM Errno = 1 /* Operation not permitted */
224 EPERM: "Operation not permitted",
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...]
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 13 EPERM = 1
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 181 operation_not_permitted, // EPERM
406 # ifndef EPERM
407 # define EPERM 1
580 operation_not_permitted = EPERM,
  /external/syslinux/gpxe/src/include/
errno.h 415 #define EPERM ( ERRFILE | PXENV_STATUS_TFTP_ACCESS_VIOLATION | 0x41000000 )
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 239 public static final int EPERM = placeholder();
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 947 EPERM = 1
    [all...]

Completed in 232 milliseconds

12 3 4 5