HomeSort by relevance Sort by last modified time
    Searched refs:W_OK (Results 126 - 150 of 156) sorted by null

1 2 3 4 56 7

  /libcore/luni/src/main/java/android/system/
OsConstants.java 466 public static final int W_OK = placeholder();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h 283 #define W_OK 2 /* Test for write permission. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 283 #define W_OK 2 /* Test for write permission. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 326 # define W_OK 2
    [all...]
  /system/core/lmkd/
lmkd.c 778 use_inkernel_interface = !access(INKERNEL_MINFREE_PATH, W_OK);
  /external/mksh/src/
funcs.c 368 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
382 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
    [all...]
exec.c 1355 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
    [all...]
main.c     [all...]
var.c 1265 if (s[0] == '/' && access(s, W_OK|X_OK) == 0 &&
    [all...]
  /external/bison/darwin-lib/
unistd.h 545 # define W_OK 2
    [all...]
  /external/bison/lib/
unistd.in.h 233 # define W_OK 2
    [all...]
  /external/bison/linux-lib/
unistd.h 545 # define W_OK 2
    [all...]
  /external/chromium_org/base/files/
file_util_posix.cc 361 return access(path.value().c_str(), W_OK) == 0;
  /external/valgrind/main/include/vki/
vki-darwin.h 729 #define VKI_W_OK W_OK
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 523 initConstant(env, c, "W_OK", W_OK);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 31 self.assertTrue(os.access(test_support.TESTFN, os.W_OK))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 31 self.assertTrue(os.access(test_support.TESTFN, os.W_OK))
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 870 ((amode & W_OK) && !(buf.st_mode & S_IWRITE)) ||
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 72 if (access(path, R_OK | W_OK | X_OK) == 0) {
    [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/e2fsprogs/misc/
tune2fs.c     [all...]
mke2fs.c     [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 533 if (!enable || !tdb_dir || access(tdb_dir, W_OK) ||
    [all...]
  /system/security/keystore/
keystore.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]

Completed in 846 milliseconds

1 2 3 4 56 7