Searched refs:ENOENT (Results 1 - 25 of 303) sorted by relevance

1234567891011>>

/external/libsepol/include/sepol/
H A Derrcodes.h23 #define SEPOL_ENOENT -ENOENT
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DrunCommand.pl33 use constant ENOENT => 2; # See <errno.h> constant
60 exitStatus => ENOENT
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsysfs.c19 return -ENOENT;
21 return -ENOENT;
/external/libselinux/src/
H A Dpolicyvers.c21 errno = ENOENT;
28 if (errno == ENOENT)
H A Dcheck_context.c18 errno = ENOENT;
H A Ddeny_unknown.c19 errno = ENOENT;
H A Ddisable.c19 errno = ENOENT;
H A Dgetenforce.c19 errno = ENOENT;
H A Dsetenforce.c19 errno = ENOENT;
/external/qemu/distrib/libselinux/src/
H A Dpolicyvers.c21 errno = ENOENT;
28 if (errno == ENOENT)
H A Dcheck_context.c18 errno = ENOENT;
H A Ddeny_unknown.c19 errno = ENOENT;
H A Ddisable.c19 errno = ENOENT;
H A Dgetenforce.c19 errno = ENOENT;
H A Dsetenforce.c19 errno = ENOENT;
/external/jemalloc/test/integration/
H A Dallocated.c22 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/
H A Derrno-base.h5 #define ENOENT 2 /* No such file or directory */ macro
/external/libnl/src/
H A Dnl-link-name2ifindex.c35 nl_cli_fatal(ENOENT, "Interface \"%s\" does not exist",
H A Dnl-link-ifindex2name.c38 nl_cli_fatal(ENOENT, "Interface index %d does not exist",
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dsyscalls_test.cc81 EXPECT_EQ(ENOENT, errno);
84 EXPECT_EQ(ENOENT, errno);
87 EXPECT_EQ(ENOENT, errno);
/external/jemalloc/test/unit/
H A Dstats.c7 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/
H A Dpthread_setspecific.c63 * ENOENT SERIOUS!!
81 return ENOENT;
96 return ENOENT;
H A Dpthread_join.c79 * ENOENT thread couldn't find it's own valid handle,
117 result = ENOENT;
/external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
H A Ddebugfs.c69 return -ENOENT;
71 return -ENOENT;
/external/chromium_org/base/files/
H A Dfile_util_linux.cc33 if (errno == ENOENT)

Completed in 1998 milliseconds

1234567891011>>