/external/minijail/ |
minijail0.c | 357 if (access(program_path, X_OK)) {
|
/external/selinux/policycoreutils/run_init/ |
run_init.c | 409 if (access("/usr/sbin/open_init_pty", X_OK) != 0) {
|
/frameworks/base/cmds/idmap/ |
idmap.cpp | 102 return access(path, R_OK | X_OK) == 0;
|
/libcore/ojluni/src/main/native/ |
UnixFileSystem_md.c | 153 mode = X_OK;
|
/external/blktrace/btreplay/ |
btrecord.c | 399 if (access(idir, R_OK | X_OK) != 0) { 408 if (access(odir, R_OK | X_OK) != 0) {
|
/external/selinux/policycoreutils/sandbox/ |
sandbox | 190 if os.access(f, os.X_OK): 404 if not os.access(cmds[0], os.X_OK):
|
/libcore/luni/src/main/native/ |
android_system_OsConstants.cpp | 566 initConstant(env, c, "X_OK", X_OK);
|
/bionic/libc/include/ |
unistd.h | 48 #define X_OK 1
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 504 access_ret = access(uuidd_path, X_OK);
|
/external/valgrind/coregrind/ |
launcher-linux.c | 124 if (access(fullname, R_OK|X_OK) == 0)
|
/external/autotest/client/common_lib/ |
site_utils.py | 793 return exec_file if os.access(exec_file, os.X_OK) else None 798 if os.access(path, os.X_OK):
|
/external/mksh/src/ |
expr.c | 904 * this iff mode can have the X_OK bit set, access otherwise. 912 if ((rv = access(fn, mode)) == 0 && kshuid == 0 && (mode & X_OK) &&
|
main.c | 463 s->file = search_path(argv[argi++], path, X_OK, NULL); [all...] |
/external/opencv3/modules/ts/misc/ |
run.py | 253 if not os.path.isfile(self.adb) or not os.access(self.adb, os.X_OK): 439 return os.access(fullpath, os.X_OK) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_platform_backend.py | 59 required_mode = os.X_OK
|
/external/llvm/lib/Support/Unix/ |
Path.inc | 304 return R_OK | X_OK; // scripts also need R_OK.
|
/external/llvm/utils/ |
llvm-compilers-check | 117 return os.path.exists(fpath) and os.access(fpath, os.X_OK)
|
/external/ltrace/ |
options.c | 161 if (!access(pathname, X_OK)) {
|
/external/selinux/libsemanage/src/ |
semanage_store.c | 515 int mode_mask = R_OK | W_OK | X_OK; 621 if (access(path, R_OK | X_OK) != 0) 638 if (access(path, R_OK | W_OK | X_OK) != 0) { 648 if (access(path, R_OK | W_OK | X_OK) != 0) [all...] |
/external/toybox/toys/other/ |
bzcat.c | 688 if (!dotbz || !access(name, X_OK)) {
|
/external/valgrind/include/vki/ |
vki-darwin.h | 747 #define VKI_X_OK X_OK
|
/frameworks/rs/cpu_ref/ |
rsCpuExecutable.cpp | 25 if (access(path, R_OK | W_OK | X_OK) == 0) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
system.h | 325 # define X_OK 1 [all...] |
/system/core/fs_mgr/ |
fs_mgr.c | 151 if (access(E2FSCK_BIN, X_OK)) {
|
/system/extras/perfprofd/ |
perfprofdcore.cc | 212 if (access(pp.c_str(), R_OK|X_OK) == -1) {
|