Home
last modified time | relevance | path

Searched refs:W_OK (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Daccess_flags.h10 #if defined(W_OK) || (defined(HAVE_DECL_W_OK) && HAVE_DECL_W_OK)
11 XLAT(W_OK),
Daccess_flags.in3 W_OK
/external/toybox/toys/posix/
Drm.c39 && (!S_ISLNK(try->st.st_mode) && faccessat(fd, try->name, W_OK, 0))) or++; in do_rm()
/external/e2fsprogs/lib/blkid/
Dsave.c80 (ret == 0 && access(filename, W_OK) < 0)) { in blkid_flush_cache()
/external/skia/src/ports/
DSkOSFile_posix.cpp26 mode |= W_OK; in sk_exists()
/external/boringssl/src/util/bot/go/
Dbootstrap.py110 if not os.access(path, os.W_OK):
/external/selinux/libsemanage/src/
Dsemanage_store.c511 int mode_mask = R_OK | W_OK | X_OK; in semanage_create_store()
597 if (!S_ISREG(sb.st_mode) || access(path, R_OK | W_OK) == -1) { in semanage_create_store()
634 if (access(path, R_OK | W_OK | X_OK) != 0) { in semanage_store_access_check()
644 if (access(path, R_OK | W_OK | X_OK) != 0) in semanage_store_access_check()
/external/e2fsprogs/e2fsck/
Ddirinfo.c54 if (!enable || !tdb_dir || access(tdb_dir, W_OK) || in setup_tdb()
Dpass1.c533 if (!enable || !tdb_dir || access(tdb_dir, W_OK) || in e2fsck_setup_tdb_icount()
/external/libxml2/
DdebugXML.c2520 #ifdef W_OK in xmlShellWrite()
2521 if (access((char *) filename, W_OK)) { in xmlShellWrite()
2589 #ifdef W_OK in xmlShellSave()
2590 if (access((char *) filename, W_OK)) { in xmlShellSave()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c508 access_ret = access(UUIDD_DIR, W_OK); in get_uuid_via_daemon()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc79 #ifndef W_OK
80 #define W_OK 02 // not defined by MSVC for whatever reason macro
/external/mksh/src/
Dfuncs.c368 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) { in c_print()
382 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) { in c_print()
3001 return (access(opnd1, W_OK) == 0); in test_eval()
Dmain.c1488 ((mode & W_OK) && fl != O_WRONLY))) { in check_fd()
Dexec.c1379 X_OK | ((iop->ioflag & IORDUP) ? R_OK : W_OK), in iosetup()
Dvar.c1284 if (s[0] == '/' && access(s, W_OK|X_OK) == 0 && in setspec()
/external/valgrind/include/vki/
Dvki-darwin.h735 #define VKI_W_OK W_OK
/external/bison/lib/
Dunistd.in.h233 # define W_OK 2
/external/bison/linux-lib/
Dunistd.h545 # define W_OK 2 macro
/external/bison/darwin-lib/
Dunistd.h545 # define W_OK 2 macro
/external/llvm/lib/Support/Unix/
DPath.inc301 return W_OK;
/external/e2fsprogs/misc/
Dtune2fs.c1850 access(tdb_dir, W_OK)) in tune2fs_setup_tdb()
Dmke2fs.c2226 access(tdb_dir, W_OK)) { in mke2fs_setup_tdb()
/external/libvncserver/x11vnc/
Dconnections.c1932 if (access(file, W_OK) == 0) { in check_connect_file()
/external/robolectric/lib/main/
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...

12