Home
last modified time | relevance | path

Searched refs:ENOTDIR (Results 1 – 22 of 22) sorted by relevance

/external/bluetooth/glib/gio/
Dgioerror.c93 #ifdef ENOTDIR in g_io_error_from_errno()
94 case ENOTDIR: in g_io_error_from_errno()
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h107 #ifndef ENOTDIR
108 #define ENOTDIR 20 macro
Dyaffsfs.c438 yaffsfs_SetError(-ENOTDIR); in yaffs_open()
718 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
730 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
734 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink()
1444 yaffsfs_SetError(-ENOTDIR); in yaffs_link()
/external/bluetooth/glib/build/win32/dirent/
Ddirent.c77 errno = ENOTDIR; in _topendir()
92 errno = ENOTDIR; in _topendir()
/external/kernel-headers/original/asm-generic/
Derrno-base.h23 #define ENOTDIR 20 /* Not a directory */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h382 # ifndef ENOTDIR
383 # define ENOTDIR 20 macro
564 not_a_directory = ENOTDIR,
/external/chromium/base/
Dfile_util_android.cc118 errno = ENOTDIR; in _gettemp()
Dplatform_file_posix.cc126 case ENOTDIR: in CreatePlatformFile()
Dfile_util_posix.cc153 bool ret = (errno == ENOENT || errno == ENOTDIR); in Delete()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h72 #define ENOTDIR ERROR_DIRECTORY macro
Dsd-daemon.c146 if (errno == ENOENT || errno == ENOTDIR) in sd_is_fifo()
/external/bluetooth/glib/glib/
Dgfileutils.c115 errno = ENOTDIR; in g_mkdir_with_parents()
375 #ifdef ENOTDIR in g_file_error_from_errno()
376 case ENOTDIR: in g_file_error_from_errno()
Dgstrfuncs.c1234 #ifdef ENOTDIR in g_strerror()
1235 case ENOTDIR: return "not a directory"; in g_strerror()
/external/oprofile/libopagent/
Dopagent.c140 errno = ENOTDIR; in op_open_agent()
/external/openssl/apps/
Dapps.c1739 #ifdef ENOTDIR in rotate_serial()
1740 && errno != ENOTDIR in rotate_serial()
2016 #ifdef ENOTDIR in rotate_index()
2017 && errno != ENOTDIR in rotate_index()
2044 #ifdef ENOTDIR in rotate_index()
2045 && errno != ENOTDIR in rotate_index()
/external/dropbear/
Dscp.c963 errno = ENOTDIR;
1184 errno = ENOTDIR;
/external/valgrind/main/include/vki/
Dvki-darwin.h541 #define VKI_ENOTDIR ENOTDIR
/external/libxml2/
DxmlIO.c356 #ifdef ENOTDIR in __xmlIOErr()
357 else if (errno == ENOTDIR) code = XML_IO_ENOTDIR; in __xmlIOErr()
/external/ppp/pppd/
Doptions.c411 if (err != ENOENT && err != ENOTDIR)
/external/e2fsprogs/e2fsck/
Dprofile.c330 } else if ((retval != ENOTDIR) && in profile_init()
/external/mksh/src/
Dfuncs.c321 errno = ENOTDIR; in do_realpath()
/external/e2fsprogs/doc/
Dlibext2fs.texinfo712 Returns 0 if @var{ino} is a directory, and @code{ENOTDIR} if it is not.