/external/valgrind/main/none/tests/darwin/ |
D | access_extended.stderr.exp | 3 access_extended.c(X_OK) = 13 (Permission denied)
|
D | access_extended.c | 30 entries[1].ad_flags = X_OK; // fails in main()
|
/external/valgrind/main/coregrind/ |
D | launcher-darwin.c | 122 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()
|
D | launcher-linux.c | 109 if (access(fullname, R_OK|X_OK) == 0) in find_client()
|
/external/oprofile/libpopt/ |
D | findme.c | 39 if (!access(buf, X_OK)) in findProgramPath()
|
/external/ppp/pppd/plugins/ |
D | passprompt.c | 35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0) in promptpass()
|
/external/skia/src/xml/ |
D | SkJS.cpp | 134 found = (access(full, X_OK) == 0); in global_resolve()
|
/external/openssl/ |
D | e_os.h | 352 # ifndef X_OK 353 # define X_OK 0 macro
|
/external/mksh/src/ |
D | exec.c | 840 sh = search_path(sh, path, X_OK, NULL); in scriptexec() 1096 ksh_access(tp->val.s, X_OK) != 0) { in findcom() 1121 X_OK, &tp->u2.errnov); in findcom() 1180 if (mode == X_OK && (!S_ISREG(sb.st_mode) || in search_access() 1331 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK), in iosetup()
|
D | expr.c | 928 if ((rv = access(fn, mode)) == 0 && kshuid == 0 && (mode & X_OK) && in ksh_access()
|
D | main.c | 1335 if (!(mode & X_OK) && fl != O_RDWR && ( in check_fd()
|
D | funcs.c | 1101 search_path(alias, path, X_OK, NULL) : in c_alias() 2876 return (ksh_access(opnd1, X_OK) == 0); in test_eval()
|
D | var.c | 1174 if (s[0] == '/' && access(s, W_OK|X_OK) == 0 && in setspec()
|
/external/blktrace/btreplay/ |
D | btrecord.c | 399 if (access(idir, R_OK | X_OK) != 0) { in handle_args() 408 if (access(odir, R_OK | X_OK) != 0) { in handle_args()
|
D | btreplay.c | 1481 if (access(idir, R_OK | X_OK) != 0) { in handle_args()
|
/external/e2fsprogs/debugfs/ |
D | util.c | 71 if (access(buf, X_OK) == 0) in find_pager()
|
/external/chromium/base/ |
D | shared_memory_posix.cc | 156 if (access(dir.value().c_str(), W_OK | X_OK) < 0) { in CreateNamed()
|
/external/qemu/android/utils/ |
D | path.c | 276 CHECKED(ret, access(path, X_OK)); in path_can_exec()
|
/external/webkit/Tools/Scripts/ |
D | run-qtwebkit-tests | 229 …_path = filter(lambda w: w.startswith('tst_') and os.access(os.path.join(root, w), os.X_OK), files)
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 499 access_ret = access(uuidd_path, X_OK); in get_uuid_via_daemon()
|
/external/llvm/utils/ |
D | llvm-compilers-check | 117 return os.path.exists(fpath) and os.access(fpath, os.X_OK)
|
/external/okhttp/src/main/java/libcore/io/ |
D | OsConstants.java | 346 public static final int X_OK = placeholder(); field in OsConstants
|
/external/openssl/apps/ |
D | ca.c | 94 # define X_OK 1 macro 869 if (access(outdir,R_OK|W_OK|X_OK) != 0) in MAIN() 871 if (_access(outdir,R_OK|W_OK|X_OK) != 0) in MAIN()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 728 #define VKI_X_OK X_OK
|
/external/linux-tools-perf/util/ |
D | header.c | 252 if (access(linkname, X_OK) && mkdir_p(linkname, 0755)) in build_id_cache__add_s()
|