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

1 2 3 45 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 126 os.access(os.path.dirname(pathname), os.W_OK|os.X_OK):
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 96 if not os.access(path, os.W_OK):
101 if not os.access(dest, os.W_OK):
  /system/core/sdcard/
sdcard.c 579 if (mode & W_OK) {
939 if (!check_caller_access_to_node(fuse, hdr, node, W_OK, has_rw)) {
1005 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK, has_rw)) {
    [all...]
  /external/chromium_org/tools/auto_bisect/
bisect_utils.py 304 if not os.access(path, os.W_OK):
  /system/core/toolbox/upstream-netbsd/bin/mv/
mv.c 182 } else if (stdin_ok && access(to, W_OK) && !stat(to, &sb)) {
  /external/openssl/
e_os.h 355 # ifndef W_OK
356 # define W_OK 2
  /hardware/libhardware_legacy/wifi/
wifi.c 300 ret = access(SUPP_ENTROPY_FILE, R_OK|W_OK);
347 ret = access(config_file, R_OK|W_OK);
  /system/core/liblog/
log_read_kern.c 79 return W_OK;
82 return R_OK | W_OK;
logd_write_kern.c 81 if (access("/dev/"LOGGER_LOG_MAIN, W_OK) == 0)
logd_write.c 77 if (access("/dev/socket/logdw", W_OK) == 0)
  /external/chromium_org/base/memory/
shared_memory_posix.cc 233 if (access(dir.value().c_str(), W_OK | X_OK) < 0) {
234 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value();
  /system/core/toolbox/upstream-netbsd/bin/rm/
rm.c 548 !(access(name, W_OK) && (errno != ETXTBSY)))
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 75 #ifndef W_OK
76 #define W_OK 02 // not defined by MSVC for whatever reason
147 if (access(path.c_str(), W_OK) == -1) {
    [all...]
  /device/asus/flo/conn_init/
wfc_util_fctrl.c 550 * access_mode : R_OK | W_OK | X_OK | F_OK
591 if (access(pDestFName, R_OK|W_OK) == 0) {
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 550 * access_mode : R_OK | W_OK | X_OK | F_OK
591 if (access(pDestFName, R_OK|W_OK) == 0) {
  /external/e2fsprogs/e2fsck/
dirinfo.c 54 if (!enable || !tdb_dir || access(tdb_dir, W_OK) ||
  /external/qemu/android/utils/
path.c 268 return HANDLE_EINTR(access(path, W_OK)) == 0;
  /libcore/luni/src/main/java/java/io/
File.java 278 return doAccess(W_OK);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 175 #define W_OK 2 /* Check for write permission */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 77 #ifndef W_OK
78 #define W_OK 02 // not defined by MSVC for whatever reason
    [all...]
  /external/openssl/apps/
ca.c 78 #ifndef W_OK
92 #ifndef W_OK
95 # define W_OK 2
869 if (access(outdir,R_OK|W_OK|X_OK) != 0)
871 if (_access(outdir,R_OK|W_OK|X_OK) != 0)
    [all...]
  /external/chromium_org/third_party/libxml/src/
debugXML.c     [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 508 access_ret = access(UUIDD_DIR, W_OK);
  /external/libxml2/
debugXML.c     [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 201 return access(filename, W_OK) != -1;

Completed in 1245 milliseconds

1 2 3 45 6 7