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

12

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumPosix.cpp128 *res = (attr & W_OK) && (attr & R_OK);
/external/e2fsprogs/lib/blkid/
H A Dsave.c80 (ret == 0 && access(filename, W_OK) < 0)) {
/external/chromium/base/
H A Dshared_memory_posix.cc156 if (access(dir.value().c_str(), W_OK | X_OK) < 0) {
157 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value();
H A Dfile_util_posix.cc325 return access(path.value().c_str(), W_OK) == 0;
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_settings.cpp158 if (access(directory, R_OK | W_OK)) {
/external/openssl/
H A De_os.h355 # ifndef W_OK
356 # define W_OK 2 macro
/external/libffi/src/
H A Dclosures.c272 || access (mnt.mnt_dir, W_OK))
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc75 #ifndef W_OK
76 #define W_OK 02 // not defined by MSVC for whatever reason macro
147 if (access(path.c_str(), W_OK) == -1) {
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c69 #ifndef W_OK
70 #define W_OK 2 macro
810 parent_info->writable = (g_access (dir, W_OK) == 0);
852 g_access (path, W_OK) == 0);
H A Dglocalfile.c1692 res = g_access (topdir, W_OK) == 0;
H A Dgdesktopappinfo.c1679 return g_access (info->filename, W_OK) == 0;
/external/e2fsprogs/e2fsck/
H A Ddirinfo.c54 if (!enable || !tdb_dir || access(tdb_dir, W_OK) ||
H A Dpass1.c534 if (!enable || !tdb_dir || access(tdb_dir, W_OK) ||
/external/llvm/lib/Support/Unix/
H A DPath.inc441 return 0 == access(path.c_str(), W_OK);
630 if (access(beg, R_OK | W_OK) == 0)
/external/openssl/apps/
H A Dca.c78 #ifndef W_OK
92 #ifndef W_OK
95 # define W_OK 2 macro
869 if (access(outdir,R_OK|W_OK|X_OK) != 0)
871 if (_access(outdir,R_OK|W_OK|X_OK) != 0)
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c503 access_ret = access(UUIDD_DIR, W_OK);
/external/libxml2/
H A DdebugXML.c2516 #ifdef W_OK
2517 if (access((char *) filename, W_OK)) {
2585 #ifdef W_OK
2586 if (access((char *) filename, W_OK)) {
/external/mksh/src/
H A Dfuncs.c343 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
357 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
2872 return (access(opnd1, W_OK) == 0);
H A Dexec.c1331 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
H A Dmain.c1337 ((mode & W_OK) && fl != O_WRONLY))) {
H A Dvar.c1174 if (s[0] == '/' && access(s, W_OK|X_OK) == 0 &&
/external/valgrind/main/include/vki/
H A Dvki-darwin.h729 #define VKI_W_OK W_OK
/external/e2fsprogs/misc/
H A Dtune2fs.c1504 access(tdb_dir, W_OK))
H A Dmke2fs.c1890 access(tdb_dir, W_OK))
/external/strace/
H A Dfile.c521 { W_OK, "W_OK" },

Completed in 531 milliseconds

12