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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_http_test.cc 80 EXPECT_EQ(EEXIST, mnt_->Mkdir(Path("/"), 0));
81 EXPECT_EQ(EEXIST, mnt_->Mkdir(Path("/mydir"), 0));
event_test.cc 120 EXPECT_EQ(EEXIST,
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 116 public static final int EEXIST = placeholder();
574 if (errno == EEXIST) {
575 return "EEXIST";
    [all...]
  /external/dhcpcd/
arp.c 193 errno = EEXIST;
configure.c 490 if (errno == EEXIST) {
805 errno != EEXIST)
  /external/qemu/android/utils/
filelock.c 106 } else if (errno != EEXIST) {
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 227 if (errno == EEXIST) {
  /system/vold/
VolumeManager.cpp 432 if (errno != EEXIST) {
1007 if (errno != EEXIST) {
    [all...]
Volume.cpp 225 if (errno != EEXIST) {
  /external/chromium_org/base/
platform_file_posix.cc 440 case EEXIST:
file_util_posix.cc 288 errno != EEXIST) {
526 // Mkdir failed, but it might have failed with EEXIST, or some other error
552 else if (errno != EEXIST)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_http.cc 132 return EEXIST;
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 293 return EEXIST;
nt_io.c 289 { ERROR_FILE_EXISTS, EEXIST },
309 { ERROR_ALREADY_EXISTS, EEXIST },
  /external/ppp/pppd/
sys-linux.c 634 if (x < 0 && req_unit >= 0 && errno == EEXIST) {
    [all...]
  /external/libppp/src/
route.c 822 if (cmd == RTM_ADD && (rtmes.m_rtm.rtm_errno == EEXIST ||
823 (rtmes.m_rtm.rtm_errno == 0 && errno == EEXIST))) {
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 263 if (errno == EEXIST) {
943 if (errno != EEXIST) {
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 403 yaffsfs_SetError(-EEXIST);
1430 yaffsfs_SetError(-EEXIST);
  /system/core/libnetutils/
ifc_utils.c 538 if (errno == EEXIST) {
857 if (errno == EEXIST) {
  /external/libselinux/src/
android.c 892 if (rc == -1 && errno != EEXIST) {
  /external/oprofile/opcontrol/
opcontrol.cpp 208 if (errno != EEXIST) {
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 840 } else if (errno != EEXIST) {
  /external/zlib/src/examples/
gzlog.c 355 if (errno != EEXIST)
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 475 } else if (errno != EEXIST) {
  /frameworks/native/cmds/rawbu/
backup.cpp 554 if (errno != EEXIST) {

Completed in 438 milliseconds

1 2 3 4 5 6 7 891011>>