HomeSort by relevance Sort by last modified time
    Searched full:x_ok (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/valgrind/main/none/tests/darwin/
access_extended.stderr.exp 3 access_extended.c(X_OK) = 13 (Permission denied)
access_extended.c 30 entries[1].ad_flags = X_OK; // fails
41 fprintf(stderr, "%s(X_OK) = %d (%s)\n",
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osunistd.h 12 #define X_OK 1
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
desktop_platform_backend.py 28 if os.access(candidate, os.X_OK):
  /external/oprofile/libpopt/
findme.c 39 if (!access(buf, X_OK))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 77 #define X_OK 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 77 #define X_OK 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 77 #define X_OK 1
  /external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc 135 ret = open_broker.Access(kR_WhiteListed, X_OK);
137 ret = open_broker.Access(kR_WhiteListed, R_OK | X_OK);
161 ret = open_broker.Access(kR_WhiteListedButDenied, X_OK);
163 ret = open_broker.Access(kR_WhiteListedButDenied, R_OK | X_OK);
181 ret = open_broker.Access(kW_WhiteListed, X_OK);
183 ret = open_broker.Access(kW_WhiteListed, R_OK | X_OK);
200 ret = open_broker.Access(kRW_WhiteListed, X_OK);
202 ret = open_broker.Access(kRW_WhiteListed, R_OK | X_OK);
219 ret = open_broker.Access(k_NotWhitelisted, X_OK);
221 ret = open_broker.Access(k_NotWhitelisted, R_OK | X_OK);
    [all...]
broker_process.h 45 // X_OK will always EPERM in practice since the broker process doesn't support
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_test.cc 77 EXPECT_EQ(EACCES, mnt->Access(Path("/foo"), X_OK));
81 EXPECT_EQ(EACCES, mnt->Access(Path("/"), X_OK));
215 ASSERT_EQ(EACCES, mnt->Access(Path("/null"), X_OK));
237 ASSERT_EQ(EACCES, mnt->Access(Path("/zero"), X_OK));
266 ASSERT_EQ(EACCES, mnt->Access(Path("/urandom"), X_OK));
311 ASSERT_EQ(EACCES, mnt->Access(Path("/tty"), X_OK));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 86 #define X_OK 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 86 #define X_OK 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 86 #define X_OK 1
  /system/netd/
oem_iptables_hook.cpp 75 if (0 == access(OEM_SCRIPT_PATH, R_OK | X_OK)) {
  /device/asus/flo/conn_init/
wfc_util_fctrl.h 75 * access_mode : R_OK | W_OK | X_OK | F_OK
  /device/lge/mako/conn_init/
wfc_util_fctrl.h 75 * access_mode : R_OK | W_OK | X_OK | F_OK
  /external/ppp/pppd/plugins/
passprompt.c 35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_os_FileUtils.cpp 65 if (access(pathStr, X_OK) == 0) {
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 134 found = (access(full, X_OK) == 0);
  /external/chromium_org/tools/win/split_link/
install_split_link.py 16 return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
  /external/skia/src/xml/
SkJS.cpp 134 found = (access(full, X_OK) == 0);
  /external/valgrind/main/coregrind/
launcher-darwin.c 122 if (access(fullname, R_OK|X_OK) == 0)
288 if (access(vgpreload_core, R_OK|X_OK) != 0) {
411 if (access(toolfile, R_OK|X_OK) != 0) {
  /external/chromium/base/
shared_memory_posix.cc 156 if (access(dir.value().c_str(), W_OK | X_OK) < 0) {
157 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value();
  /external/chromium_org/base/memory/
shared_memory_posix.cc 215 if (access(dir.value().c_str(), W_OK | X_OK) < 0) {
216 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value();

Completed in 1619 milliseconds

1 2 3 4 5 6