Searched refs:X_OK (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dosunistd.h12 #define X_OK 1 macro
/external/strace/xlat/
H A Daccess_flags.h13 #if defined(X_OK) || (defined(HAVE_DECL_X_OK) && HAVE_DECL_X_OK)
14 XLAT(X_OK),
/external/valgrind/main/none/tests/darwin/
H A Daccess_extended.stderr.exp3 access_extended.c(X_OK) = 13 (Permission denied)
H A Daccess_extended.c30 entries[1].ad_flags = X_OK; // fails
41 fprintf(stderr, "%s(X_OK) = %d (%s)\n",
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dpath.py20 return os.path.isfile(path) and os.access(path, os.X_OK)
H A Dfind_dependencies_unittest.py49 self.assertTrue(os.access(gsutil_path, os.X_OK))
H A Dsupport_binaries.py28 required_mode = os.X_OK
/external/oprofile/libpopt/
H A Dfindme.c39 if (!access(buf, X_OK))
/external/chromium_org/components/crash/tools/
H A Dgenerate_breakpad_symbols.py45 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
233 if not os.access(options.binary, os.X_OK):
/external/deqp/scripts/build/
H A Dcommon.py50 if os.path.isfile(fullPath) and os.access(fullPath, os.X_OK):
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpager.c59 if (!access("/usr/bin/pager", X_OK))
/external/ppp/pppd/plugins/
H A Dpassprompt.c35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process_unittest.cc113 ret = open_broker.Access(kR_WhiteListed, X_OK);
115 ret = open_broker.Access(kR_WhiteListed, R_OK | X_OK);
139 ret = open_broker.Access(kR_WhiteListedButDenied, X_OK);
141 ret = open_broker.Access(kR_WhiteListedButDenied, R_OK | X_OK);
159 ret = open_broker.Access(kW_WhiteListed, X_OK);
161 ret = open_broker.Access(kW_WhiteListed, R_OK | X_OK);
178 ret = open_broker.Access(kRW_WhiteListed, X_OK);
180 ret = open_broker.Access(kRW_WhiteListed, R_OK | X_OK);
197 ret = open_broker.Access(k_NotWhitelisted, X_OK);
199 ret = open_broker.Access(k_NotWhitelisted, R_OK | X_OK);
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSUserFile.py34 if os.path.isfile(item) and os.access(item, os.X_OK):
/external/chromium_org/tools/win/split_link/
H A Dinstall_split_link.py16 return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
/external/lldb/utils/test/
H A Dllvm-mc-shell.py14 return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
H A Drun-until-faulted.py14 return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
H A Ddisasm.py15 return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
/external/valgrind/main/coregrind/
H A Dlauncher-darwin.c122 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/content/shell/tools/
H A Dbreakpad_integration_test.py48 if not os.access(options.binary, os.X_OK):
/external/chromium_org/build/android/
H A Dlighttpd_server.py91 not os.access(self.lighttpd_path, os.X_OK)):
/external/chromium_org/native_client_sdk/src/tools/
H A Dsel_ldr.py45 if os.path.isfile(loc) and os.access(loc, os.X_OK):
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp134 found = (access(full, X_OK) == 0);
/external/deqp/android/scripts/
H A Dcommon.py31 return os.path.isfile(path) and os.access(path, os.X_OK)
/external/lldb/test/benchmarks/disassembly/
H A DTestDisassembly.py11 return os.path.isfile(fpath) and os.access(fpath, os.X_OK)

Completed in 836 milliseconds

123