/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | need_errno.h | 126 #if !defined(ENOTEMPTY) 127 #define ENOTEMPTY 41 macro
|
/external/yaffs2/yaffs2/direct/ |
D | yaffsfs.h | 95 #ifndef ENOTEMPTY 96 #define ENOTEMPTY 39 macro
|
D | yaffsfs.c | 742 yaffsfs_SetError(-ENOTEMPTY); in yaffsfs_DoUnlink()
|
/external/chromium_org/third_party/webrtc/base/ |
D | socket.h | 98 #undef ENOTEMPTY 99 #define ENOTEMPTY WSAENOTEMPTY macro
|
/external/libcxx/test/diagnostics/errno/ |
D | cerrno.pass.cpp | 249 #ifndef ENOTEMPTY 250 #error ENOTEMPTY not defined
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | errno.h | 67 #define ENOTEMPTY 41 /* Directory not empty (90 in Cyg?) */
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/ |
D | mem_fs.cc | 198 return ENOTEMPTY; in Rename() 271 return ENOTEMPTY; in RemoveInternal()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 10 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 67 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
/external/tcpdump/win32/Include/ |
D | errno.h | 42 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | errno.pxd | 43 ENOTEMPTY
|
/external/libcxx/include/ |
D | cerrno | 285 #ifndef ENOTEMPTY 286 #define ENOTEMPTY 9953
|
D | system_error | 136 directory_not_empty, // ENOTEMPTY 268 directory_not_empty = ENOTEMPTY,
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | filesystem_test.cc | 151 EXPECT_EQ(ENOTEMPTY, fs.Rmdir(Path("/foo"))); in TEST() 278 ASSERT_EQ(ENOTEMPTY, fs.Rename(Path("/dir1"), Path("/dir2"))); in TEST()
|
/external/libcxx/test/diagnostics/syserr/ |
D | errc.pass.cpp | 35 static_assert(static_cast<int>(std::errc::directory_not_empty) == ENOTEMPTY, ""); in main()
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_fs_co.c | 752 else if (err == ENOTEMPTY) in bta_fs_co_rmdir()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 588 #define VKI_ENOTEMPTY ENOTEMPTY
|
/external/e2fsprogs/lib/ext2fs/ |
D | nt_io.c | 303 { ERROR_DIR_NOT_EMPTY, ENOTEMPTY },
|
/external/fio/os/windows/ |
D | posix.c | 80 case ERROR_DIR_NOT_EMPTY: return ENOTEMPTY; in win_to_posix_error()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_unix.c | 610 if (errno == ENOTEMPTY) { in wpa_supplicant_ctrl_iface_deinit()
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 1091 return -ENOTEMPTY; in yaffs_unlink() 1243 return -ENOTEMPTY; in yaffs_rename()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1766 if (errno == ENOTEMPTY) { in hostapd_ctrl_iface_deinit() 2021 if (errno == ENOTEMPTY) { in hostapd_global_ctrl_iface_deinit()
|
/external/iptables/libiptc/ |
D | libiptc.c | 2347 errno = ENOTEMPTY; in TC_DELETE_CHAIN() 2718 { TC_DELETE_CHAIN, ENOTEMPTY, "Chain is not empty" }, in TC_STRERROR()
|
/external/libxml2/ |
D | xmlIO.c | 365 #ifdef ENOTEMPTY in __xmlIOErr() 366 else if (errno == ENOTEMPTY) code = XML_IO_ENOTEMPTY; in __xmlIOErr()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlIO.c | 359 #ifdef ENOTEMPTY in __xmlIOErr() 360 else if (errno == ENOTEMPTY) code = XML_IO_ENOTEMPTY; in __xmlIOErr()
|