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

1 2 3 4 56

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 253 #define W_OK 2 /* Test for write permission. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 253 #define W_OK 2 /* Test for write 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/bison/darwin-lib/
unistd.h 545 # define W_OK 2
    [all...]
  /external/bison/linux-lib/
unistd.h 545 # define W_OK 2
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c     [all...]
  /external/mksh/src/
exec.c 1346 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
    [all...]
main.c     [all...]
  /system/security/keystore/
keystore.cpp     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 966 Bool w_ok = toBool(prot & VKI_PROT_WRITE); local
968 if (! (r_ok && !w_ok && x_ok))
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 534 if (!enable || !tdb_dir || access(tdb_dir, W_OK) ||
    [all...]
  /external/jhead/
jhead.c 806 if (access(FileName, 2 /*W_OK*/)){
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]

Completed in 5023 milliseconds

1 2 3 4 56