Searched refs:ENOTEMPTY (Results 1 - 15 of 15) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgioerror.c141 #if defined(ENOTEMPTY) && (!defined (EEXIST) || (ENOTEMPTY != EEXIST))
142 case ENOTEMPTY:
H A Dglocalfile.c1357 errsv = ENOTEMPTY;
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h95 #ifndef ENOTEMPTY
96 #define ENOTEMPTY 39 macro
H A Dyaffsfs.c742 yaffsfs_SetError(-ENOTEMPTY);
/external/kernel-headers/original/asm-generic/
H A Derrno.h10 #define ENOTEMPTY 39 /* Directory not empty */ macro
/external/opencore/oscl/oscl/osclio/src/
H A Doscl_file_dir_utils.cpp195 case ENOTEMPTY:
261 case ENOTEMPTY:
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h668 #define ENOTEMPTY WSAENOTEMPTY
/external/wpa_supplicant/
H A Dctrl_iface_unix.c454 if (errno == ENOTEMPTY) {
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_unix.c479 if (errno == ENOTEMPTY) {
/external/bluetooth/glib/glib/
H A Dgstrfuncs.c1237 #ifdef ENOTEMPTY
1238 case ENOTEMPTY: return "directory not empty";
/external/iptables/libiptc/
H A Dlibiptc.c1854 errno = ENOTEMPTY;
2244 { TC_DELETE_CHAIN, ENOTEMPTY, "Chain is not empty" },
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c1091 return -ENOTEMPTY;
1243 return -ENOTEMPTY;
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c304 { ERROR_DIR_NOT_EMPTY, ENOTEMPTY },
/external/libxml2/
H A DxmlIO.c181 "Directory not empty", /* ENOTEMPTY */
359 #ifdef ENOTEMPTY
360 else if (errno == ENOTEMPTY) code = XML_IO_ENOTEMPTY;
/external/qemu/block/
H A Dvvfat.c2545 if (errno == ENOTEMPTY) {

Completed in 163 milliseconds