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

12

/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/oprofile/libpopt/
H A Dfindme.c39 if (!access(buf, X_OK))
/external/ppp/pppd/plugins/
H A Dpassprompt.c35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/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) {
H A Dlauncher-linux.c105 if (access(fullname, R_OK|X_OK) == 0)
/external/skia/legacy/src/xml/
H A DSkJS.cpp134 found = (access(full, X_OK) == 0);
/external/skia/src/xml/
H A DSkJS.cpp134 found = (access(full, X_OK) == 0);
/external/chromium/base/
H A Dshared_memory_posix.cc156 if (access(dir.value().c_str(), W_OK | X_OK) < 0) {
157 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value();
/external/e2fsprogs/debugfs/
H A Dutil.c71 if (access(buf, X_OK) == 0)
/external/mksh/src/
H A Dexec.c852 sh = search_path(sh, path, X_OK, NULL);
1108 ksh_access(tp->val.s, X_OK) != 0) {
1133 X_OK, &tp->u2.errnov);
1192 if (mode == X_OK && (!S_ISREG(sb.st_mode) ||
1204 /* R_OK or X_OK */
1346 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
H A Dexpr.c962 * this iff mode can have the X_OK bit set, access otherwise.
970 if ((rv = access(fn, mode)) == 0 && kshuid == 0 && (mode & X_OK) &&
H A Dfuncs.c1125 search_path(alias, path, X_OK, NULL) :
2976 return (ksh_access(opnd1, X_OK) == 0);
/external/blktrace/btreplay/
H A Dbtrecord.c399 if (access(idir, R_OK | X_OK) != 0) {
408 if (access(odir, R_OK | X_OK) != 0) {
H A Dbtreplay.c1481 if (access(idir, R_OK | X_OK) != 0) {
/external/openssl/
H A De_os.h352 # ifndef X_OK
353 # define X_OK 0 macro
/external/qemu/android/utils/
H A Dpath.c288 CHECKED(ret, access(path, X_OK));
/external/webkit/Tools/Scripts/
H A Drun-qtwebkit-tests229 filtered_path = filter(lambda w: w.startswith('tst_') and os.access(os.path.join(root, w), os.X_OK), files)
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c499 access_ret = access(uuidd_path, X_OK);
/external/llvm/utils/
H A Dllvm-compilers-check117 return os.path.exists(fpath) and os.access(fpath, os.X_OK)
/external/openssl/apps/
H A Dca.c94 # define X_OK 1 macro
869 if (access(outdir,R_OK|W_OK|X_OK) != 0)
871 if (_access(outdir,R_OK|W_OK|X_OK) != 0)
/external/bison/darwin-lib/
H A Dunistd.h544 # define X_OK 1 macro
/external/bison/lib/
H A Dunistd.in.h232 # define X_OK 1
/external/bison/linux-lib/
H A Dunistd.h544 # define X_OK 1 macro
/external/valgrind/main/include/vki/
H A Dvki-darwin.h728 #define VKI_X_OK X_OK

Completed in 1075 milliseconds

12