HomeSort by relevance Sort by last modified time
    Searched refs:EEXIST (Results 51 - 75 of 293) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
errno-base.h 31 #define EEXIST 17
  /external/chromium_org/third_party/libusb/src/msvc/
errno.h 41 #define EEXIST 17 /* File exists */
  /external/oprofile/libutil/
op_lockfile.c 57 return EEXIST;
  /system/core/include/utils/
Errors.h 58 ALREADY_EXISTS = -EEXIST,
  /external/openssh/openbsd-compat/
mktemp.c 143 if (errno != EEXIST)
148 if (errno != EEXIST)
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
mktemp.c 156 if (errno != EEXIST)
161 if (errno != EEXIST)
170 return (0); /* yes - exit with EEXIST */
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 54 if ((result == -1) && (errno != EEXIST)) {
69 if ((result == -1) && (errno != EEXIST)) {
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 103 #ifndef EEXIST
104 #define EEXIST 17
  /external/chromium_org/build/
symlink.py 31 if e.errno == errno.EEXIST and options.force:
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_mem.cc 131 return EEXIST;
150 return EEXIST;
160 return EEXIST;
200 return EEXIST;
pepper_interface.cc 44 case PP_ERROR_FILEEXISTS: return EEXIST;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
need_errno.h 98 #define EEXIST 17
  /external/chromium_org/net/base/
net_errors_posix.cc 72 case EEXIST: // File exists.
  /external/oprofile/daemon/
opd_pipe.c 31 if (errno != EEXIST) {
  /external/srec/portable/src/UNIX/
PFileWrapUNIX_OS_Specific.c 45 case EEXIST:
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp 50 case EEXIST:
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 104 errno = EEXIST;
tempname.c 307 else if (errno != EEXIST)
312 __set_errno (EEXIST);
  /system/core/libcutils/
fs.c 65 if (errno != EEXIST) {
187 if (errno == EEXIST) {
ashmem-host.c 63 if (errno == EEXIST && ++retries < 6)
  /external/chromium/third_party/libevent/sample/
event-test.c 94 errno = EEXIST;
  /external/chromium_org/third_party/libevent/sample/
event-test.c 94 errno = EEXIST;
  /external/chromium_org/tools/python/google/
path_utils.py 82 # errno.EEXIST is "File exists". If we see another error, re-raise.
83 if e.errno != errno.EEXIST:
  /external/linux-tools-perf/
builtin-buildid-cache.c 88 if (errno == EEXIST) {
  /system/core/toolbox/
route.c 107 if (s != -1 && (ioctl(s, SIOCADDRT, &rt) != -1 || errno == EEXIST)) {

Completed in 835 milliseconds

1 23 4 5 6 7 8 91011>>