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

1 2 3 4 5 6 7

  /external/libusb/msvc/
errno.h 67 #define ENOTEMPTY 41 /* Directory not empty (90 in Cyg?) */
72 * NOTE: ENAMETOOLONG and ENOTEMPTY conflict with definitions in the
  /prebuilts/go/darwin-x86/src/os/
error_unix_test.go 17 isExistTest{err: &os.PathError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
20 isExistTest{err: &os.LinkError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
23 isExistTest{err: &os.SyscallError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
error_unix.go 13 return err == syscall.EEXIST || err == syscall.ENOTEMPTY || err == ErrExist
  /prebuilts/go/linux-x86/src/os/
error_unix_test.go 17 isExistTest{err: &os.PathError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
20 isExistTest{err: &os.LinkError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
23 isExistTest{err: &os.SyscallError{Err: syscall.ENOTEMPTY}, is: true, isnot: false},
error_unix.go 13 return err == syscall.EEXIST || err == syscall.ENOTEMPTY || err == ErrExist
  /external/libcxx/include/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 94 ENOTEMPTY, "ENOTEMPTY", ENOTEMPTY}, {
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 122 static final int ENOTEMPTY = OsConstants.ENOTEMPTY;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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

Completed in 750 milliseconds

1 2 3 4 5 6 7