| /external/openssl/ |
| e_os.h | 352 # ifndef X_OK 353 # define X_OK 0
|
| /device/asus/flo/conn_init/ |
| wfc_util_fctrl.c | 552 * access_mode : R_OK | W_OK | X_OK | F_OK
|
| /device/lge/mako/conn_init/ |
| wfc_util_fctrl.c | 552 * access_mode : R_OK | W_OK | X_OK | F_OK
|
| /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/ |
| mount_html5fs_test.cc | 351 ASSERT_EQ(0, mnt->Access(Path(path), R_OK | W_OK | X_OK));
|
| /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
| browserlauncher.py | 182 if not os.access(browser_path, os.X_OK):
|
| /external/chromium_org/sandbox/linux/services/ |
| broker_process.cc | 458 // to write. We do not support X_OK.
|
| /external/e2fsprogs/lib/uuid/ |
| gen_uuid.c | 499 access_ret = access(uuidd_path, X_OK);
|
| /external/qemu/android/utils/ |
| path.c | 288 CHECKED(ret, access(path, X_OK));
|
| /external/valgrind/main/coregrind/ |
| launcher-linux.c | 105 if (access(fullname, R_OK|X_OK) == 0)
|
| /external/mksh/src/ |
| expr.c | 962 * this iff mode can have the X_OK bit set, access otherwise. 970 if ((rv = access(fn, mode)) == 0 && kshuid == 0 && (mode & X_OK) &&
|
| main.c | [all...] |
| /external/chromium_org/native_client_sdk/src/tools/ |
| oshelpers.py | 476 return os.path.isfile(path) and os.access(path, os.X_OK)
|
| /external/llvm/lib/Support/Unix/ |
| Path.inc | 440 if (0 != access(P.begin(), R_OK | X_OK))
|
| /external/llvm/utils/ |
| llvm-compilers-check | 117 return os.path.exists(fpath) and os.access(fpath, os.X_OK)
|
| /external/valgrind/main/include/vki/ |
| vki-darwin.h | 728 #define VKI_X_OK X_OK
|
| /libcore/luni/src/main/java/libcore/io/ |
| OsConstants.java | 387 public static final int X_OK = placeholder(); [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| system.h | 311 # define X_OK 1
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| system.h | 311 # define X_OK 1
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| system.h | 311 # define X_OK 1
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| system.h | 311 # define X_OK 1
|
| /system/core/sh/ |
| exec.c | 1020 if (access(arg, X_OK) == 0) {
|
| /external/strace/ |
| file.c | 541 { X_OK, "X_OK" }, [all...] |
| /external/linux-tools-perf/util/ |
| header.c | 252 if (access(linkname, X_OK) && mkdir_p(linkname, 0755))
|
| /external/chromium_org/third_party/openssl/openssl/apps/ |
| ca.c | 94 # define X_OK 1 869 if (access(outdir,R_OK|W_OK|X_OK) != 0) 871 if (_access(outdir,R_OK|W_OK|X_OK) != 0) [all...] |
| /external/openssl/apps/ |
| ca.c | 94 # define X_OK 1 869 if (access(outdir,R_OK|W_OK|X_OK) != 0) 871 if (_access(outdir,R_OK|W_OK|X_OK) != 0) [all...] |