HomeSort by relevance Sort by last modified time
    Searched defs:ENOTEMPTY (Results 1 - 25 of 44) sorted by null

1 2

  /external/webrtc/webrtc/base/
socket.h 99 #undef ENOTEMPTY
100 #define ENOTEMPTY WSAENOTEMPTY
  /external/curl/lib/
curl_setup_once.h 488 #ifndef ENOTEMPTY /* possible previous definition in errno.h */
489 #define ENOTEMPTY WSAENOTEMPTY
  /external/libcxx/include/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 26 #define ENOTEMPTY 39
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 72 #define ENOTEMPTY 93
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 136 #define ENOTEMPTY 66 /* Directory not empty */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 129 #define ENOTEMPTY __ENOTEMPTY /* 66 Directory not empty */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 20 #define ENOTEMPTY 39 /* Directory not empty */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 68 #define ENOTEMPTY 93 /* Directory not empty */
  /external/u-boot/fs/yaffs2/
yportenv.h 185 #ifndef ENOTEMPTY
186 #define ENOTEMPTY 39
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 92 ENOTEMPTY = 93
  /external/u-boot/include/linux/
errno.h 45 #define ENOTEMPTY 39 /* Directory not empty */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 97 ENOTEMPTY = 93
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 141 directory_not_empty, // ENOTEMPTY
286 # ifndef ENOTEMPTY
287 # define ENOTEMPTY 41
520 directory_not_empty = ENOTEMPTY,
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go     [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 1037 ENOTEMPTY = 93
    [all...]

Completed in 398 milliseconds

1 2