/external/ltp/testcases/kernel/syscalls/memmap/ |
D | mem03.c | 80 if ((f1 = open(tmp1, O_RDWR | O_CREAT, S_IREAD | S_IWRITE)) == -1) in main() 83 if ((f2 = open(tmp2, O_RDWR | O_CREAT, S_IREAD | S_IWRITE)) == -1) in main()
|
/external/u-boot/fs/yaffs2/ |
D | yportenv.h | 265 #ifndef S_IWRITE 266 #define S_IWRITE 0000200 macro
|
D | yaffs_uboot_glue.c | 288 S_IREAD | S_IWRITE); in make_a_file() 387 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); in cmd_yaffs_mwrite_file()
|
/external/python/cpython3/Modules/ |
D | _stat.c | 141 #ifndef S_IWRITE 142 # define S_IWRITE 00200 macro 532 if (PyModule_AddIntMacro(m, S_IWRITE)) return NULL; in PyInit__stat()
|
/external/ltp/android/include/ |
D | bionic-compat.h | 28 #define S_IWRITE S_IWUSR macro
|
/external/python/cpython2/Tools/nuget/ |
D | make_zip.py | 151 dest.chmod(stat.S_IWRITE) 154 dest.chmod(stat.S_IWRITE)
|
/external/v8/tools/node/ |
D | node_common.py | 49 os.chmod(path, stat.S_IWRITE)
|
/external/python/cpython2/Lib/ |
D | stat.py | 68 S_IWRITE = 00200 variable
|
/external/python/cpython3/Lib/ |
D | stat.py | 81 S_IWRITE = 0o0200 # Unix V7 synonym for S_IWUSR variable
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_util.py | 17 os.chmod(path, stat.S_IWRITE)
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 1223 #ifdef S_IWRITE 1224 { "S_IWRITE", (unsigned long) S_IWRITE },
|
/external/python/cpython3/Lib/test/ |
D | test_uu.py | 230 self.addCleanup(os.chmod, self.tmpout, expected_mode | stat.S_IWRITE)
|
/external/iputils/ |
D | tftpd.c | 316 if ((stbuf.st_mode&(S_IWRITE >> 6)) == 0) { in validate_access()
|
/external/deqp/external/ |
D | fetch_sources.py | 43 os.chmod(path, stat.S_IWRITE)
|
/external/python/cpython3/Lib/distutils/ |
D | _msvccompiler.py | 537 os.chmod(vcruntime, stat.S_IWRITE)
|
/external/python/cpython2/Doc/library/ |
D | stat.rst | 283 .. data:: S_IWRITE
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | TestRunner.py | 595 os.chmod(path, stat.S_IMODE( os.stat(path).st_mode) | stat.S_IWRITE) 614 stat.S_IMODE(os.stat(path).st_mode) | stat.S_IWRITE)
|
/external/python/cpython3/Doc/library/ |
D | stat.rst | 343 .. data:: S_IWRITE
|
/external/brotli/c/tools/ |
D | brotli.c | 38 #define S_IWUSR S_IWRITE
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_darwin_386.go | 1332 S_IWRITE = 0x80 const
|
D | zerrors_darwin_arm64.go | 1332 S_IWRITE = 0x80 const
|
D | zerrors_darwin_amd64.go | 1332 S_IWRITE = 0x80 const
|
D | zerrors_netbsd_arm.go | 1298 S_IWRITE = 0x80 const
|
D | zerrors_darwin_arm.go | 1332 S_IWRITE = 0x80 const
|
D | zerrors_netbsd_386.go | 1318 S_IWRITE = 0x80 const
|