Home
last modified time | relevance | path

Searched refs:X_OK (Results 1 – 25 of 70) sorted by relevance

123

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

123