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

1 2 3 4 5 6

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osunistd.h 12 #define X_OK 1
  /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/oprofile/libpopt/
findme.c 39 if (!access(buf, X_OK))
  /system/netd/
oem_iptables_hook.cpp 75 if (0 == access(OEM_SCRIPT_PATH, R_OK | X_OK)) {
  /external/chromium_org/components/breakpad/tools/
generate_breakpad_symbols.py 45 if not os.access(dump_syms_bin, os.X_OK):
66 if os.access(new_path, os.X_OK):
124 if (os.access(dep, os.X_OK) and
208 if not os.access(options.binary, os.X_OK):
  /external/ppp/pppd/plugins/
passprompt.c 35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
  /external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc 140 ret = open_broker.Access(kR_WhiteListed, X_OK);
142 ret = open_broker.Access(kR_WhiteListed, R_OK | X_OK);
166 ret = open_broker.Access(kR_WhiteListedButDenied, X_OK);
168 ret = open_broker.Access(kR_WhiteListedButDenied, R_OK | X_OK);
186 ret = open_broker.Access(kW_WhiteListed, X_OK);
188 ret = open_broker.Access(kW_WhiteListed, R_OK | X_OK);
205 ret = open_broker.Access(kRW_WhiteListed, X_OK);
207 ret = open_broker.Access(kRW_WhiteListed, R_OK | X_OK);
224 ret = open_broker.Access(k_NotWhitelisted, X_OK);
226 ret = open_broker.Access(k_NotWhitelisted, R_OK | X_OK);
    [all...]
  /external/chromium_org/tools/win/split_link/
install_split_link.py 16 return os.path.isfile(fpath) and os.access(fpath, os.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.4.3/sysroot/usr/include/X11/
Xw32defs.h 77 #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/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/lib/gcc/x86_64-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/sysroot/usr/include/X11/
Xw32defs.h 77 #define X_OK 1
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_test.cc 65 EXPECT_EQ(EACCES, mnt.Access(Path("/foo"), X_OK));
68 EXPECT_EQ(0, mnt.Access(Path("/"), R_OK | W_OK | X_OK));
284 ASSERT_EQ(EACCES, mnt.Access(Path("/null"), X_OK));
307 ASSERT_EQ(EACCES, mnt.Access(Path("/zero"), X_OK));
337 ASSERT_EQ(EACCES, mnt.Access(Path("/urandom"), X_OK));
  /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_org/tools/gyp/pylib/gyp/
MSVSUserFile.py 34 if os.path.isfile(item) and os.access(item, os.X_OK):
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 47 # define X_OK 1 /* Test for execute permission. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 47 # define X_OK 1 /* Test for execute permission. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 47 # define X_OK 1 /* Test for execute permission. */
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 188 X_OK = os.X_OK
  /bionic/libc/include/
unistd.h 104 #define X_OK 1 /* Execute */
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_os_FileUtils.cpp 65 if (access(pathStr, X_OK) == 0) {
  /development/ndk/platforms/android-3/include/
unistd.h 102 #define X_OK 1 /* Execute */

Completed in 2877 milliseconds

1 2 3 4 5 6