HomeSort by relevance Sort by last modified time
    Searched full:x_ok (Results 126 - 143 of 143) sorted by null

1 2 3 4 56

  /external/bison/lib/
unistd.in.h 232 # define X_OK 1
    [all...]
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 506 if os.access(startup_file, os.X_OK):
    [all...]
  /external/mksh/src/
var.c 1209 if (s[0] == '/' && access(s, W_OK|X_OK) == 0 &&
    [all...]
funcs.c 1125 search_path(alias, path, X_OK, NULL) :
    [all...]
edit.c 806 if (ksh_access(words[i], X_OK) == 0) {
    [all...]
  /libcore/luni/src/main/java/java/io/
File.java 259 return doAccess(X_OK);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 254 #define X_OK 1 /* Test for execute permission. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 254 #define X_OK 1 /* Test for execute permission. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 254 #define X_OK 1 /* Test for execute permission. */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 321 RWX_OK = os.R_OK|os.W_OK|os.X_OK
    [all...]
  /external/chromium_org/third_party/lcov/
descriptions.tests 878 Basic test for access(2) using F_OK, R_OK, W_OK, and X_OK arguments.
883 on a file if the mode argument passed was R_OK/W_OK/X_OK.
    [all...]
  /external/chromium_org/third_party/lcov-1.9/
descriptions.tests 878 Basic test for access(2) using F_OK, R_OK, W_OK, and X_OK arguments.
883 on a file if the mode argument passed was R_OK/W_OK/X_OK.
    [all...]
  /external/chromium_org/third_party/pexpect/
pexpect.py     [all...]
  /external/bison/darwin-lib/
unistd.h 544 # define X_OK 1
    [all...]
  /external/bison/linux-lib/
unistd.h 544 # define X_OK 1
    [all...]
  /external/blktrace/btreplay/
btreplay.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 967 Bool x_ok = toBool(prot & VKI_PROT_EXEC); local
968 if (! (r_ok && !w_ok && x_ok))
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1303 milliseconds

1 2 3 4 56