/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 | 261 #ifndef S_IREAD 262 #define S_IREAD 0000400 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()
|
D | yaffsfs.c | 863 if (readRequested && !(obj->yst_mode & S_IREAD)) in yaffs_open_sharing() 2269 if ((amode & R_OK) && !(obj->yst_mode & S_IREAD)) in yaffs_access()
|
/external/python/cpython3/Modules/ |
D | _stat.c | 137 #ifndef S_IREAD 138 # define S_IREAD 00400 macro 531 if (PyModule_AddIntMacro(m, S_IREAD)) return NULL; in PyInit__stat()
|
/external/ltp/android/include/ |
D | bionic-compat.h | 27 #define S_IREAD S_IRUSR macro
|
/external/python/cpython2/Lib/ |
D | stat.py | 67 S_IREAD = 00400 variable
|
/external/python/cpython3/Lib/ |
D | stat.py | 80 S_IREAD = 0o0400 # Unix V7 synonym for S_IRUSR variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 1208 #ifdef S_IREAD 1209 { "S_IREAD", (unsigned long) S_IREAD },
|
/external/python/cpython3/Lib/test/ |
D | test_py_compile.py | 125 os.chmod(self.directory, stat.S_IREAD)
|
D | test_shutil.py | 214 new_mode = stat.S_IREAD|stat.S_IEXEC 1472 os.chmod(self.temp_file.name, stat.S_IREAD)
|
/external/iputils/ |
D | tftpd.c | 311 if ((stbuf.st_mode&(S_IREAD >> 6)) == 0) { in validate_access()
|
/external/python/cpython2/Lib/test/ |
D | test_shutil.py | 96 os.chmod(self.childpath, stat.S_IREAD) 97 os.chmod(TESTFN, stat.S_IREAD)
|
/external/python/cpython2/Doc/library/ |
D | stat.rst | 279 .. data:: S_IREAD
|
/external/python/cpython3/Doc/library/ |
D | stat.rst | 339 .. data:: S_IREAD
|
/external/brotli/c/tools/ |
D | brotli.c | 37 #define S_IRUSR S_IREAD
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_darwin_386.go | 1319 S_IREAD = 0x100 const
|
D | zerrors_darwin_arm64.go | 1319 S_IREAD = 0x100 const
|
D | zerrors_darwin_amd64.go | 1319 S_IREAD = 0x100 const
|
D | zerrors_netbsd_arm.go | 1285 S_IREAD = 0x100 const
|
D | zerrors_darwin_arm.go | 1319 S_IREAD = 0x100 const
|
D | zerrors_netbsd_386.go | 1305 S_IREAD = 0x100 const
|
D | zerrors_netbsd_amd64.go | 1295 S_IREAD = 0x100 const
|
D | zerrors_linux_sparc64.go | 1565 S_IREAD = 0x100 const
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 328 int fd = ::_wopen(path_utf16.begin(), O_BINARY, S_IREAD | S_IWRITE);
|