/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap19.c | 72 f1 = SAFE_OPEN(tmp1, O_RDWR | O_CREAT, S_IREAD | S_IWRITE); in setup() 73 f2 = SAFE_OPEN(tmp2, O_RDWR | O_CREAT, S_IREAD | S_IWRITE); in setup()
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
D | _packagerConfig.py | 108 if not(os.stat(filename).st_mode & stat.S_IWRITE): 109 os.chmod(filename, stat.S_IWRITE)
|
/third_party/python/Modules/ |
D | _stat.c | 145 #ifndef S_IWRITE 146 # define S_IWRITE 00200 macro 526 ADD_INT_MACRO(module, S_IWRITE); in stat_exec()
|
/third_party/node/tools/v8/ |
D | node_common.py | 52 os.chmod(path, stat.S_IWRITE)
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 372 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX)) in ntfs_allowed_dir_access() 1388 accesstype = S_IWRITE; in ntfs_fuse_opendir() 1391 accesstype = S_IWRITE | S_IREAD; in ntfs_fuse_opendir() 1496 accesstype = S_IWRITE; in ntfs_fuse_open() 1499 accesstype = S_IWRITE | S_IREAD; in ntfs_fuse_open() 1865 && !ntfs_allowed_access(&security, ni, S_IWRITE)))) { in ntfs_fuse_trunc() 2041 if (type & W_OK) mode += S_IWRITE; in ntfs_fuse_access() 2405 (ntfs_inode*)NULL,ni,S_IWRITE + S_IEXEC)) in ntfs_fuse_link() 2406 || !ntfs_allowed_access(&security,dir_ni,S_IWRITE + S_IEXEC))) in ntfs_fuse_link() 2498 S_IEXEC + S_IWRITE + S_ISVTX)) { in ntfs_fuse_rm() [all …]
|
D | lowntfs-3g.c | 425 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX)) in ntfs_allowed_dir_access() 1389 accesstype = S_IWRITE; in ntfs_fuse_opendir() 1392 accesstype = S_IWRITE | S_IREAD; in ntfs_fuse_opendir() 1626 accesstype = S_IWRITE; in ntfs_fuse_open() 1629 accesstype = S_IWRITE | S_IREAD; in ntfs_fuse_open() 2017 && !ntfs_allowed_access(scx, ni, S_IWRITE)) { in ntfs_fuse_trunc() 2085 && ntfs_allowed_access(scx, ni, S_IWRITE))) { in ntfs_fuse_utimens() 2169 && ntfs_allowed_access(scx, ni, S_IWRITE); in ntfs_fuse_utime() 2186 && ntfs_allowed_access(scx, ni, S_IWRITE); in ntfs_fuse_utime() 2321 if (mask & W_OK) mode += S_IWRITE; in ntfs_fuse_access() [all …]
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 82 #if !defined(S_IWRITE) 83 # define S_IWRITE _S_IWRITE macro 118 # define S_IWUSR S_IWRITE
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | win_tool.py | 101 os.chmod(path, stat.S_IWRITE) 108 os.chmod(dest, stat.S_IWRITE)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | win_tool.py | 101 os.chmod(path, stat.S_IWRITE) 108 os.chmod(dest, stat.S_IWRITE)
|
/third_party/node/deps/v8/src/d8/ |
D | cov.cc | 47 int fd = shm_open(shm_key, O_RDWR, S_IREAD | S_IWRITE); in __sanitizer_cov_trace_pc_guard_init()
|
/third_party/python/Lib/ |
D | stat.py | 97 S_IWRITE = 0o0200 # Unix V7 synonym for S_IWUSR variable
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 97 #define S_IWRITE S_IWUSR macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 97 #define S_IWRITE S_IWUSR macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 97 #define S_IWRITE S_IWUSR macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 97 #define S_IWRITE S_IWUSR macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 97 #define S_IWRITE S_IWUSR macro
|
/third_party/musl/include/sys/ |
D | stat.h | 97 #define S_IWRITE S_IWUSR macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 96 #define S_IWRITE S_IWUSR macro
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 84 #define S_IWUSR S_IWRITE
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 140 S_IWRITE
|
/third_party/python/Lib/test/ |
D | test_uu.py | 240 self.addCleanup(os.chmod, self.tmpout, expected_mode | stat.S_IWRITE)
|
/third_party/curl/src/ |
D | tool_cb_wrt.c | 48 #define OPENMODE S_IREAD | S_IWRITE
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsusermap.c | 835 S_IREAD + S_IWRITE); in outputmap() 838 S_IREAD + S_IWRITE); in outputmap()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 3466 case S_IWRITE: in ntfs_allowed_access() 3469 case S_IWRITE + S_IEXEC: in ntfs_allowed_access() 3480 case S_IREAD + S_IWRITE: in ntfs_allowed_access() 3484 case S_IWRITE + S_IEXEC + S_ISVTX: in ntfs_allowed_access() 3495 case S_IREAD + S_IWRITE + S_IEXEC: in ntfs_allowed_access() 3535 perm = ntfs_get_perm(scx, dir_ni, S_IWRITE + S_IEXEC); in ntfs_allowed_create() 3540 perm = ntfs_get_perm(scx, dir_ni, S_IWRITE + S_IEXEC); in ntfs_allowed_create() 3603 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX))
|
/third_party/vk-gl-cts/external/ |
D | fetch_sources.py | 43 os.chmod(path, stat.S_IWRITE)
|