HomeSort by relevance Sort by last modified time
    Searched refs:ENOENT (Results 1 - 25 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libsepol/include/sepol/
errcodes.h 23 #define SEPOL_ENOENT -ENOENT
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runCommand.pl 33 use constant ENOENT => 2; # See <errno.h>
60 exitStatus => ENOENT
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sysfs.c 19 return -ENOENT;
21 return -ENOENT;
  /external/libselinux/src/
policyvers.c 21 errno = ENOENT;
28 if (errno == ENOENT)
check_context.c 18 errno = ENOENT;
deny_unknown.c 19 errno = ENOENT;
disable.c 19 errno = ENOENT;
getenforce.c 19 errno = ENOENT;
setenforce.c 19 errno = ENOENT;
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 22 #define ENOENT 2
  /development/ndk/platforms/android-3/include/asm-generic/
errno-base.h 16 #define ENOENT 2
  /development/ndk/platforms/android-L/include/asm-generic/
errno-base.h 22 #define ENOENT 2
  /external/jemalloc/test/integration/
allocated.c 22 if (err == ENOENT)
29 if (err == ENOENT)
40 if (err == ENOENT)
47 if (err == ENOENT)
93 "ENOENT should only be returned if stats are disabled");
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 5 #define ENOENT 2 /* No such file or directory */
  /external/libnl/src/
nl-link-name2ifindex.c 35 nl_cli_fatal(ENOENT, "Interface \"%s\" does not exist",
nl-link-ifindex2name.c 38 nl_cli_fatal(ENOENT, "Interface index %d does not exist",
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
syscalls_test.cc 81 EXPECT_EQ(ENOENT, errno);
84 EXPECT_EQ(ENOENT, errno);
87 EXPECT_EQ(ENOENT, errno);
  /external/jemalloc/test/unit/
stats.c 7 int expected = config_stats ? 0 : ENOENT;
37 int expected = config_stats ? 0 : ENOENT;
65 int expected = config_stats ? 0 : ENOENT;
103 int expected = config_stats ? 0 : ENOENT;
167 int expected = config_stats ? 0 : ENOENT;
179 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result");
216 int expected = config_stats ? 0 : ENOENT;
261 int expected = config_stats ? 0 : ENOENT;
271 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result");
288 NULL, 0), config_tcache ? expected : ENOENT,
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_setspecific.c 63 * ENOENT SERIOUS!!
81 return ENOENT;
96 return ENOENT;
pthread_join.c 79 * ENOENT thread couldn't find it's own valid handle,
117 result = ENOENT;
signal.c 106 return ENOENT;
  /external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
debugfs.c 69 return -ENOENT;
71 return -ENOENT;
  /bootable/recovery/minzip/
DirUtil.c 46 } else if (errno != ENOENT) {
66 errno = ENOENT;
91 errno = ENOENT;
  /external/chromium_org/base/files/
file_util_linux.cc 33 if (errno == ENOENT)
  /external/chromium_org/third_party/libusb/src/msvc/
errno.h 26 #define ENOENT 2

Completed in 441 milliseconds

1 2 3 4 5 6 7 8 91011