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

1 2 3 4 5 67 8 9

  /system/core/sh/
error.c 296 { EEXIST, ALL, "file exists" },
  /system/vold/
Loop.cpp 145 if (errno != EEXIST) {
VolumeManager.cpp 402 if (errno != EEXIST) {
942 if (errno != EEXIST) {
1078 if (errno != EEXIST) {
    [all...]
Volume.cpp 203 if (errno != EEXIST) {
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 79 public static final int EEXIST = placeholder();
533 if (errno == EEXIST) {
534 return "EEXIST";
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 263 if (errno == EEXIST) {
790 if (errno != EEXIST) {
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 79 public static final int EEXIST = placeholder();
534 if (errno == EEXIST) {
535 return "EEXIST";
  /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 229 if (errno == EEXIST) {
  /external/dbus/test/
break-loader.c 726 if (errno != EEXIST)
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 293 return EEXIST;
nt_io.c 289 { ERROR_FILE_EXISTS, EEXIST },
309 { ERROR_ALREADY_EXISTS, EEXIST },
  /external/oprofile/opcontrol/
opcontrol.cpp 374 if (errno != EEXIST) {
  /external/ppp/pppd/
sys-linux.c 634 if (x < 0 && req_unit >= 0 && errno == EEXIST) {
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 401 } else if (errno != EEXIST) {
  /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/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) {
  /bootable/recovery/
recovery.cpp 347 if (errno != EEXIST) {
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_unix.c 309 if (errno == EEXIST) {
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 847 } else if (errno != EEXIST) {
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 837 } else if (errno != EEXIST) {
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 323 if (errno == EEXIST) {

Completed in 982 milliseconds

1 2 3 4 5 67 8 9