Home
last modified time | relevance | path

Searched refs:S_IWRITE (Results 1 – 25 of 51) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap19.c72 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.py108 if not(os.stat(filename).st_mode & stat.S_IWRITE):
109 os.chmod(filename, stat.S_IWRITE)
/third_party/python/Modules/
D_stat.c145 #ifndef S_IWRITE
146 # define S_IWRITE 00200 macro
526 ADD_INT_MACRO(module, S_IWRITE); in stat_exec()
/third_party/node/tools/v8/
Dnode_common.py52 os.chmod(path, stat.S_IWRITE)
/third_party/ntfs-3g/src/
Dntfs-3g.c372 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 …]
Dlowntfs-3g.c425 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/
Ddirent-win32.h82 #if !defined(S_IWRITE)
83 # define S_IWRITE _S_IWRITE macro
118 # define S_IWUSR S_IWRITE
/third_party/node/tools/gyp/pylib/gyp/
Dwin_tool.py101 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/
Dwin_tool.py101 os.chmod(path, stat.S_IWRITE)
108 os.chmod(dest, stat.S_IWRITE)
/third_party/node/deps/v8/src/d8/
Dcov.cc47 int fd = shm_open(shm_key, O_RDWR, S_IREAD | S_IWRITE); in __sanitizer_cov_trace_pc_guard_init()
/third_party/python/Lib/
Dstat.py97 S_IWRITE = 0o0200 # Unix V7 synonym for S_IWUSR variable
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h97 #define S_IWRITE S_IWUSR macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h97 #define S_IWRITE S_IWUSR macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h97 #define S_IWRITE S_IWUSR macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h97 #define S_IWRITE S_IWUSR macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h97 #define S_IWRITE S_IWUSR macro
/third_party/musl/include/sys/
Dstat.h97 #define S_IWRITE S_IWUSR macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h96 #define S_IWRITE S_IWUSR macro
/third_party/ffmpeg/libavformat/
Dos_support.h84 #define S_IWUSR S_IWRITE
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt140 S_IWRITE
/third_party/python/Lib/test/
Dtest_uu.py240 self.addCleanup(os.chmod, self.tmpout, expected_mode | stat.S_IWRITE)
/third_party/curl/src/
Dtool_cb_wrt.c48 #define OPENMODE S_IREAD | S_IWRITE
/third_party/ntfs-3g/ntfsprogs/
Dntfsusermap.c835 S_IREAD + S_IWRITE); in outputmap()
838 S_IREAD + S_IWRITE); in outputmap()
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c3466 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/
Dfetch_sources.py43 os.chmod(path, stat.S_IWRITE)

123