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

1 23 4 5 6 7 8 9

  /external/chromium/base/
file_util_android.cc 131 if (errno != EEXIST)
136 if (errno != EEXIST)
  /external/openssh/openbsd-compat/
mktemp.c 143 if (errno != EEXIST)
148 if (errno != 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
  /device/samsung/tuna/reflash-bootloader/
reflash-bootloader.c 259 if (ret && errno != EEXIST)
263 if (ret && errno != EEXIST)
267 if (ret && errno != EEXIST)
279 if (ret && errno != EEXIST)
  /external/oprofile/daemon/
opd_pipe.c 31 if (errno != EEXIST) {
  /external/srec/portable/src/UNIX/
PFileWrapUNIX_OS_Specific.c 45 case EEXIST:
  /external/webkit/Source/WebCore/platform/android/
FileSystemAndroid.cpp 74 } while (errno == 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);
  /external/chromium/third_party/libevent/sample/
event-test.c 94 errno = EEXIST;
  /external/linux-tools-perf/
builtin-buildid-cache.c 88 if (errno == EEXIST) {
  /system/core/libcutils/
ashmem-host.c 63 if (errno == EEXIST && ++retries < 6)
  /system/core/toolbox/
route.c 107 if (s != -1 && (ioctl(s, SIOCADDRT, &rt) != -1 || errno == EEXIST)) {
  /system/core/init/
util.c 306 if (ret && errno != EEXIST)
311 if (ret && errno != EEXIST)
344 if (ret && errno != EEXIST)
  /external/chromium/base/test/
test_file_util_posix.cc 79 errno != EEXIST) {
  /external/oprofile/libutil/
op_file.c 48 if (errno == EEXIST)
  /external/webkit/Source/WebKit/chromium/scripts/
generate_devtools_grd.py 101 if e.errno != errno.EEXIST:
  /frameworks/base/cmds/ip-up-vpn/
ip-up-vpn.c 107 (ioctl(s, SIOCADDRT, &rt) && errno != EEXIST)) {
  /frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp 226 if (ioctl(inet6, SIOCADDRT, &rt6) && errno != EEXIST) {
234 if (ioctl(inet6, SIOCADDRT, &rt6) && errno != EEXIST) {
249 if (ioctl(inet4, SIOCADDRT, &rt4) && errno != EEXIST) {
257 if (ioctl(inet4, SIOCADDRT, &rt4) && errno != EEXIST) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
error_constants.h 63 file_exists = EEXIST,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
error_constants.h 65 file_exists = EEXIST,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
error_constants.h 65 file_exists = EEXIST,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 63 file_exists = EEXIST,

Completed in 1330 milliseconds

1 23 4 5 6 7 8 9