Searched refs:ENOTDIR (Results 1 - 25 of 25) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h23 #define ENOTDIR 20 /* Not a directory */ macro
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h107 #ifndef ENOTDIR
108 #define ENOTDIR 20 macro
H A Dyaffsfs.c438 yaffsfs_SetError(-ENOTDIR);
718 yaffsfs_SetError(-ENOTDIR);
730 yaffsfs_SetError(-ENOTDIR);
734 yaffsfs_SetError(-ENOTDIR);
1444 yaffsfs_SetError(-ENOTDIR);
/external/chromium/base/
H A Dfile_util_android.cc118 errno = ENOTDIR;
H A Dplatform_file_posix.cc126 case ENOTDIR:
H A Dfile_util_posix.cc153 bool ret = (errno == ENOENT || errno == ENOTDIR);
/external/openssh/openbsd-compat/
H A Dmktemp.c130 errno = ENOTDIR;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h173 not_a_directory, // ENOTDIR
382 # ifndef ENOTDIR
383 # define ENOTDIR 20 macro
553 not_a_directory = ENOTDIR,
/external/elfutils/libdwfl/
H A Dfind-debuginfo.c214 case ENOTDIR:
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h72 #define ENOTDIR ERROR_DIRECTORY macro
H A Dsd-daemon.c146 if (errno == ENOENT || errno == ENOTDIR)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java116 public static final int ENOTDIR = placeholder(); field in class:OsConstants
644 if (errno == ENOTDIR) {
645 return "ENOTDIR";
/external/oprofile/libopagent/
H A Dopagent.c140 errno = ENOTDIR;
/external/openssl/apps/
H A Dapps.c1741 #ifdef ENOTDIR
1742 && errno != ENOTDIR
2018 #ifdef ENOTDIR
2019 && errno != ENOTDIR
2046 #ifdef ENOTDIR
2047 && errno != ENOTDIR
/external/dropbear/
H A Dscp.c963 errno = ENOTDIR;
1184 errno = ENOTDIR;
/external/openssh/
H A Dscp.c1040 errno = ENOTDIR;
1256 errno = ENOTDIR;
H A Dsftp-server.c96 case ENOTDIR:
/external/ppp/pppd/
H A Doptions.c411 if (err != ENOENT && err != ENOTDIR)
/external/valgrind/main/include/vki/
H A Dvki-darwin.h541 #define VKI_ENOTDIR ENOTDIR
/external/libxml2/
H A DxmlIO.c183 "Not a directory", /* ENOTDIR */
359 #ifdef ENOTDIR
360 else if (errno == ENOTDIR) code = XML_IO_ENOTDIR;
/external/e2fsprogs/e2fsck/
H A Dprofile.c330 } else if ((retval != ENOTDIR) &&
/external/mksh/src/
H A Dmisc.c1410 errno = ENOTDIR;
/external/elfutils/src/
H A Dunstrip.c186 fail = ENOTDIR;
/external/sqlite/dist/orig/
H A Dsqlite3.c27067 if( rc<0 && errno==ENOTDIR ) rc = osUnlink(zLockFile);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c27078 if( rc<0 && errno==ENOTDIR ) rc = osUnlink(zLockFile);
[all...]

Completed in 5728 milliseconds