Home
last modified time | relevance | path

Searched refs:EEXIST (Results 1 – 25 of 80) sorted by relevance

1234

/external/bluetooth/glib/gio/
Dgioerror.c63 #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/
Dfile_util_android.cc131 if (errno != EEXIST) in _gettemp()
136 if (errno != EEXIST) in _gettemp()
Dplatform_file_posix.cc111 case EEXIST: in CreatePlatformFile()
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h103 #ifndef EEXIST
104 #define EEXIST 17 macro
/external/kernel-headers/original/asm-generic/
Derrno-base.h20 #define EEXIST 17 /* File exists */ macro
/external/oprofile/libutil/
Dop_lockfile.c57 return EEXIST; in op_write_lock_file()
Dop_file.c48 if (errno == EEXIST) in create_dir()
/external/oprofile/daemon/
Dopd_pipe.c31 if (errno != EEXIST) { in opd_create_pipe()
/external/srec/portable/src/UNIX/
DPFileWrapUNIX_OS_Specific.c45 case EEXIST: in pf_make_dir()
DPANSIFileSystemUNIXImpl.c106 case EEXIST: in PANSIFileSystemMkdirImpl()
/external/webkit/Source/WebCore/platform/android/
DFileSystemAndroid.cpp74 } while (errno == EEXIST); in openTemporaryFile()
/external/llvm/include/llvm/Support/
Dsystem_error.h292 # ifndef EEXIST
293 # define EEXIST 17 macro
522 file_exists = EEXIST,
/external/bluetooth/glib/glib/
Dgfileutils.c345 #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()
Dgstdio.c326 CASE (FILE_EXISTS, EEXIST); in g_rename()
327 CASE (ALREADY_EXISTS, EEXIST); in g_rename()
/external/dbus/tools/
Ddbus-launch-x11.c197 if (errno != EEXIST) in ensure_session_directory()
207 if (errno != EEXIST) in ensure_session_directory()
/external/chromium/third_party/libevent/sample/
Devent-test.c94 errno = EEXIST; in main()
/external/webkit/Source/WebKit/chromium/scripts/
Dgenerate_devtools_grd.py101 if e.errno != errno.EEXIST:
/external/chromium/base/test/
Dtest_file_util_posix.cc79 errno != EEXIST) { in CopyRecursiveDirNoCache()
/external/v8/src/
Dd8-posix.cc573 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/
Dsys_unix.c77 if (errno != EEXIST) in Sys_mkdir()
/external/llvm/utils/lit/lit/
DUtil.py39 if e.errno != errno.EEXIST:
/external/wpa_supplicant_8/src/wps/
Dwps_ufd.c117 if (mkdir(path, S_IRWXU) < 0 && errno != EEXIST) { in ufd_mkdir()
/external/dropbear/
Dsvr-agentfwd.c234 if (errno != EEXIST) { in bindagent()
/external/dbus/dbus/
Ddbus-sysdeps.c983 #ifdef EEXIST in _dbus_error_from_errno()
984 case EEXIST: in _dbus_error_from_errno()
Ddbus-sysdeps-wince-glue.h62 #define EEXIST ERROR_FILE_EXISTS macro

1234