/external/kernel-headers/original/uapi/linux/ |
D | stat.h | 39 #define S_IWOTH 00002 macro
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 66 # define S_IWOTH _S_IWRITE macro 267 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
|
D | fstream_unistd.cpp | 221 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
|
/external/chromium_org/base/files/ |
D | file_util_unittest.cc | 2277 ChangePosixFilePermissions(base_dir_, 0u, S_IWOTH)); in TEST_F() 2279 ChangePosixFilePermissions(sub_dir_, 0u, S_IWOTH)); in TEST_F() 2281 ChangePosixFilePermissions(text_file_, 0u, S_IWOTH)); in TEST_F() 2320 ChangePosixFilePermissions(base_dir_, 0u, S_IWOTH|S_IWGRP)); in TEST_F() 2322 ChangePosixFilePermissions(sub_dir_, 0u, S_IWOTH|S_IWGRP)); in TEST_F() 2324 ChangePosixFilePermissions(text_file_, 0u, S_IWOTH|S_IWGRP)); in TEST_F() 2413 ChangePosixFilePermissions(base_dir_, 0u, S_IWOTH)); in TEST_F() 2415 ChangePosixFilePermissions(sub_dir_, 0u, S_IWOTH)); in TEST_F() 2417 ChangePosixFilePermissions(text_file_, 0u, S_IWOTH)); in TEST_F() 2432 ChangePosixFilePermissions(base_dir_, S_IWOTH, 0u)); in TEST_F() [all …]
|
D | file_util.h | 191 FILE_PERMISSION_WRITE_BY_OTHERS = S_IWOTH,
|
D | file_util_posix.cc | 125 if (stat_info.st_mode & S_IWOTH) { in VerifySpecificPathControlledByUser()
|
D | file_path_watcher_browsertest.cc | 813 mode = S_IWUSR | S_IWGRP | S_IWOTH; in ChangeFilePermissions()
|
/external/chromium_org/base/test/ |
D | test_file_util_posix.cc | 93 return DenyFilePermission(path, S_IWUSR | S_IWGRP | S_IWOTH); in MakeFileUnwritable()
|
/external/bison/lib/ |
D | sys_stat.in.h | 271 #if !S_IWOTH 272 # define S_IWOTH (S_IWUSR >> 6) 295 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
|
/external/bison/linux-lib/sys/ |
D | stat.h | 583 #if !S_IWOTH 584 # define S_IWOTH (S_IWUSR >> 6) macro 607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
|
/external/bison/darwin-lib/sys/ |
D | stat.h | 583 #if !S_IWOTH 584 # define S_IWOTH (S_IWUSR >> 6) macro 607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | node.h | 23 #define S_IWALL (S_IWUSR | S_IWGRP | S_IWOTH)
|
/external/chromium_org/components/metrics/serialization/ |
D | serialization_utils.cc | 23 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
|
/external/qemu/distrib/ext4_utils/src/ |
D | make_ext4fs.c | 54 #define S_IWOTH 00002 macro 56 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
|
/external/chromium_org/base/memory/ |
D | shared_memory_unittest.cc | 572 ScopedUmaskSetter permissive_mask(S_IWGRP | S_IWOTH); in TEST() 596 ScopedUmaskSetter permissive_mask(S_IWGRP | S_IWOTH); in TEST()
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 52 { LINUX_S_IWOTH, S_IWOTH },
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/ |
D | http_fs.cc | 342 mode |= S_IWUSR | S_IWGRP | S_IWOTH; in ParseManifest()
|
/external/lldb/source/Host/common/ |
D | File.cpp | 233 if (permissions & ePermissionsWorldWrite) mode |= S_IWOTH; in Open()
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_fs_co.c | 186 if((buffer-> st_mode & S_IROTH) && (buffer-> st_mode & S_IWOTH)) in getAccess()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 136 #define VKI_S_IWOTH S_IWOTH
|
/external/ppp/pppd/ |
D | tty.c | 596 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) { in connect_tty()
|
/external/chromium_org/sql/ |
D | connection_unittest.cc | 678 ScopedUmaskSetter permissive_umask(S_IWGRP | S_IWOTH); in TEST_F()
|
/external/elfutils/0.153/src/ |
D | ar.c | 583 (arhdr->ar_mode & S_IWOTH) ? 'w' : '-', in do_oper_extract()
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | zic.c | 598 (void) umask(umask(S_IWGRP | S_IWOTH) | (S_IWGRP | S_IWOTH));
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 598 (void) umask(umask(S_IWGRP | S_IWOTH) | (S_IWGRP | S_IWOTH));
|