Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 25 of 30) sorted by relevance

12

/external/valgrind/none/tests/solaris/
Dpthread-stack.c71 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in main()
81 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in main()
/external/valgrind/none/tests/linux/
Dpthread-stack.c76 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in main()
87 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in main()
/external/kernel-headers/original/uapi/linux/
Dstat.h39 #define S_IWOTH 00002 macro
/external/libchrome/base/test/
Dtest_file_util_posix.cc95 return DenyFilePermission(path, S_IWUSR | S_IWGRP | S_IWOTH); in MakeFileUnwritable()
/external/bison/lib/
Dsys_stat.in.h271 #if !S_IWOTH
272 # define S_IWOTH (S_IWUSR >> 6)
295 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/libbrillo/brillo/
Dfile_utils.cc43 static_assert(base::FILE_PERMISSION_WRITE_BY_OTHERS == S_IWOTH,
/external/bison/darwin-lib/sys/
Dstat.h583 #if !S_IWOTH
584 # define S_IWOTH (S_IWUSR >> 6) macro
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/bison/linux-lib/sys/
Dstat.h583 #if !S_IWOTH
584 # define S_IWOTH (S_IWUSR >> 6) macro
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/libchrome/base/files/
Dfile_util.h191 FILE_PERMISSION_WRITE_BY_OTHERS = S_IWOTH,
Dfile_util_posix.cc124 if (stat_info.st_mode & S_IWOTH) { in VerifySpecificPathControlledByUser()
Dfile_path_watcher_unittest.cc850 mode = S_IWUSR | S_IWGRP | S_IWOTH; in ChangeFilePermissions()
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dfiletransfermsg.c40 #define S_IWOTH 0x0000002 macro
636 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) == -1)) { in ChkFileUploadErr()
/external/autotest/client/cros/cellular/pseudomodem/
Dpseudomodem_context.py393 stat.S_IWOTH)
/external/e2fsprogs/debugfs/
Ddump.c52 { LINUX_S_IWOTH, S_IWOTH },
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dcloud_storage_info_unittest.py121 self.download_path, contents='1010110', st_mode=stat.S_IWOTH)
/external/dhcpcd-6.8.2/
Dcontrol.c244 #define S_UNPRIV (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_security_types.py389 stat.S_IROTH | stat.S_IWOTH)
/external/libvncserver/test/
Dbmp.c309 mode=S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH; in savebmp()
/external/autotest/client/common_lib/
Dtest.py472 mode = mode | stat.S_IROTH | stat.S_IWOTH | stat.S_IXOTH
/external/valgrind/include/vki/
Dvki-darwin.h144 #define VKI_S_IWOTH S_IWOTH
Dvki-solaris.h1147 #define VKI_S_IWOTH S_IWOTH
/external/autotest/server/hosts/
Dadb_host.py55 stat.S_IROTH, stat.S_IWOTH, stat.S_IXOTH]
/external/ppp/pppd/
Dtty.c604 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) { in connect_tty()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c114 { S_IWOTH, S_IWOTH, 8, 'w' },
/external/elfutils/src/
Dar.c572 (arhdr->ar_mode & S_IWOTH) ? 'w' : '-', in do_oper_extract()

12