/external/bluetooth/glib/gio/ |
D | gioerror.c | 63 #ifdef EEXIST in g_io_error_from_errno() 64 case EEXIST: in g_io_error_from_errno() 141 #if defined(ENOTEMPTY) && (!defined (EEXIST) || (ENOTEMPTY != EEXIST)) in g_io_error_from_errno()
|
/external/chromium/base/ |
D | file_util_android.cc | 131 if (errno != EEXIST) in _gettemp() 136 if (errno != EEXIST) in _gettemp()
|
D | platform_file_posix.cc | 111 case EEXIST: in CreatePlatformFile()
|
/external/yaffs2/yaffs2/direct/ |
D | yaffsfs.h | 103 #ifndef EEXIST 104 #define EEXIST 17 macro
|
/external/kernel-headers/original/asm-generic/ |
D | errno-base.h | 20 #define EEXIST 17 /* File exists */ macro
|
/external/oprofile/libutil/ |
D | op_lockfile.c | 57 return EEXIST; in op_write_lock_file()
|
D | op_file.c | 48 if (errno == EEXIST) in create_dir()
|
/external/oprofile/daemon/ |
D | opd_pipe.c | 31 if (errno != EEXIST) { in opd_create_pipe()
|
/external/srec/portable/src/UNIX/ |
D | PFileWrapUNIX_OS_Specific.c | 45 case EEXIST: in pf_make_dir()
|
D | PANSIFileSystemUNIXImpl.c | 106 case EEXIST: in PANSIFileSystemMkdirImpl()
|
/external/webkit/Source/WebCore/platform/android/ |
D | FileSystemAndroid.cpp | 74 } while (errno == EEXIST); in openTemporaryFile()
|
/external/llvm/include/llvm/Support/ |
D | system_error.h | 292 # ifndef EEXIST 293 # define EEXIST 17 macro 522 file_exists = EEXIST,
|
/external/bluetooth/glib/glib/ |
D | gfileutils.c | 345 #ifdef EEXIST in g_file_error_from_errno() 346 case EEXIST: in g_file_error_from_errno() 1194 else if (errno != EEXIST) in create_temp_file() 1202 errno = EEXIST; in create_temp_file() 1923 else if (errno != EEXIST) in g_mkstemp() 1931 errno = EEXIST; in g_mkstemp()
|
D | gstdio.c | 326 CASE (FILE_EXISTS, EEXIST); in g_rename() 327 CASE (ALREADY_EXISTS, EEXIST); in g_rename()
|
/external/dbus/tools/ |
D | dbus-launch-x11.c | 197 if (errno != EEXIST) in ensure_session_directory() 207 if (errno != EEXIST) in ensure_session_directory()
|
/external/chromium/third_party/libevent/sample/ |
D | event-test.c | 94 errno = EEXIST; in main()
|
/external/webkit/Source/WebKit/chromium/scripts/ |
D | generate_devtools_grd.py | 101 if e.errno != errno.EEXIST:
|
/external/chromium/base/test/ |
D | test_file_util_posix.cc | 79 errno != EEXIST) { in CopyRecursiveDirNoCache()
|
/external/v8/src/ |
D | d8-posix.cc | 573 ThrowException(String::New(strerror(EEXIST))); in CheckItsADirectory() 583 if (errno == EEXIST) { in mkdirp() 596 if (errno == EEXIST) { in mkdirp()
|
/external/quake/quake/src/QW/server/ |
D | sys_unix.c | 77 if (errno != EEXIST) in Sys_mkdir()
|
/external/llvm/utils/lit/lit/ |
D | Util.py | 39 if e.errno != errno.EEXIST:
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_ufd.c | 117 if (mkdir(path, S_IRWXU) < 0 && errno != EEXIST) { in ufd_mkdir()
|
/external/dropbear/ |
D | svr-agentfwd.c | 234 if (errno != EEXIST) { in bindagent()
|
/external/dbus/dbus/ |
D | dbus-sysdeps.c | 983 #ifdef EEXIST in _dbus_error_from_errno() 984 case EEXIST: in _dbus_error_from_errno()
|
D | dbus-sysdeps-wince-glue.h | 62 #define EEXIST ERROR_FILE_EXISTS macro
|