Home
last modified time | relevance | path

Searched refs:ENOTEMPTY (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dneed_errno.h126 #if !defined(ENOTEMPTY)
127 #define ENOTEMPTY 41 macro
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h95 #ifndef ENOTEMPTY
96 #define ENOTEMPTY 39 macro
Dyaffsfs.c742 yaffsfs_SetError(-ENOTEMPTY); in yaffsfs_DoUnlink()
/external/chromium_org/third_party/webrtc/base/
Dsocket.h98 #undef ENOTEMPTY
99 #define ENOTEMPTY WSAENOTEMPTY macro
/external/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp249 #ifndef ENOTEMPTY
250 #error ENOTEMPTY not defined
/external/chromium_org/third_party/libusb/src/msvc/
Derrno.h67 #define ENOTEMPTY 41 /* Directory not empty (90 in Cyg?) */
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
Dmem_fs.cc198 return ENOTEMPTY; in Rename()
271 return ENOTEMPTY; in RemoveInternal()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h10 #define ENOTEMPTY 39 /* Directory not empty */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h67 #define ENOTEMPTY 93 /* Directory not empty */ macro
/external/tcpdump/win32/Include/
Derrno.h42 #define ENOTEMPTY 39 /* Directory not empty */ macro
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Derrno.pxd43 ENOTEMPTY
/external/libcxx/include/
Dcerrno285 #ifndef ENOTEMPTY
286 #define ENOTEMPTY 9953
Dsystem_error136 directory_not_empty, // ENOTEMPTY
268 directory_not_empty = ENOTEMPTY,
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dfilesystem_test.cc151 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/
Derrc.pass.cpp35 static_assert(static_cast<int>(std::errc::directory_not_empty) == ENOTEMPTY, ""); in main()
/external/bluetooth/bluedroid/btif/co/
Dbta_fs_co.c752 else if (err == ENOTEMPTY) in bta_fs_co_rmdir()
/external/valgrind/main/include/vki/
Dvki-darwin.h588 #define VKI_ENOTEMPTY ENOTEMPTY
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c303 { ERROR_DIR_NOT_EMPTY, ENOTEMPTY },
/external/fio/os/windows/
Dposix.c80 case ERROR_DIR_NOT_EMPTY: return ENOTEMPTY; in win_to_posix_error()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_unix.c610 if (errno == ENOTEMPTY) { in wpa_supplicant_ctrl_iface_deinit()
/external/yaffs2/yaffs2/
Dyaffs_fs.c1091 return -ENOTEMPTY; in yaffs_unlink()
1243 return -ENOTEMPTY; in yaffs_rename()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1766 if (errno == ENOTEMPTY) { in hostapd_ctrl_iface_deinit()
2021 if (errno == ENOTEMPTY) { in hostapd_global_ctrl_iface_deinit()
/external/iptables/libiptc/
Dlibiptc.c2347 errno = ENOTEMPTY; in TC_DELETE_CHAIN()
2718 { TC_DELETE_CHAIN, ENOTEMPTY, "Chain is not empty" }, in TC_STRERROR()
/external/libxml2/
DxmlIO.c365 #ifdef ENOTEMPTY in __xmlIOErr()
366 else if (errno == ENOTEMPTY) code = XML_IO_ENOTEMPTY; in __xmlIOErr()
/external/chromium_org/third_party/libxml/src/
DxmlIO.c359 #ifdef ENOTEMPTY in __xmlIOErr()
360 else if (errno == ENOTEMPTY) code = XML_IO_ENOTEMPTY; in __xmlIOErr()

12