HomeSort by relevance Sort by last modified time
    Searched defs:X_OK (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 30 #define X_OK 0x01 /* test for execute or search permission */
93 permissions to be checked (R_OK, W_OK, X_OK) or the existence test (F_OK).
  /toolchain/binutils/binutils-2.27/libiberty/
make-temp-file.c 47 #define X_OK 1
79 && access (dir, R_OK | W_OK | X_OK) == 0)
make-relative-prefix.c 73 #define X_OK 1
284 if (! access (nstore, X_OK)
286 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
  /bionic/libc/include/
unistd.h 52 #define X_OK 1
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 104 static final int X_OK = OsConstants.X_OK;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 93 # define X_OK 1 /* Test for execute permission. */
unistd.h 284 #define X_OK 1 /* Test for execute permission. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 174 #define X_OK 1 /* Check for execute permission. */
356 /* Old versions of MSVCRT access() just ignored X_OK, while the version
360 return _access (__fname, __mode & ~X_OK);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 75 # define X_OK 1
  /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...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 70 #define X_OK 1
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 237 X_OK = 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 599 existence, or the inclusive-OR of R_OK, W_OK, and X_OK.");
627 #ifndef X_OK
628 #define X_OK 1
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 99 X_OK = 001
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 598 existence, or the inclusive-OR of R_OK, W_OK, and X_OK.");
626 #ifndef X_OK
627 #define X_OK 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 675 X_OK = 1
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 543 public static final int X_OK = placeholder();
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 527 milliseconds

1 2