/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/python/cpython3/Modules/ |
D | _stat.c | 141 #ifndef S_IREAD 142 # define S_IREAD 00400 macro 525 ADD_INT_MACRO(module, S_IREAD); in stat_exec()
|
/external/ltp/android/include/ |
D | bionic-compat.h | 27 #define S_IREAD S_IRUSR macro
|
/external/llvm-project/lldb/include/lldb/Host/windows/ |
D | PosixApi.h | 35 #define S_IRUSR S_IREAD /* read, user */
|
/external/python/cpython2/Lib/ |
D | stat.py | 67 S_IREAD = 00400 variable
|
/external/python/cpython3/Lib/ |
D | stat.py | 96 S_IREAD = 0o0400 # Unix V7 synonym for S_IRUSR variable
|
/external/libchrome/build/ |
D | vs_toolchain.py | 171 os.chmod(target, stat.S_IWRITE | stat.S_IREAD) 176 os.chmod(target, stat.S_IWRITE | stat.S_IREAD)
|
/external/curl/src/ |
D | tool_cb_wrt.c | 46 #define OPENMODE S_IREAD | S_IWRITE
|
/external/iputils/ |
D | tftpd.c | 311 if ((stbuf.st_mode&(S_IREAD >> 6)) == 0) { in validate_access()
|
/external/python/cpython3/Lib/test/ |
D | test_py_compile.py | 127 os.chmod(self.directory, stat.S_IREAD)
|
D | test_shutil.py | 322 new_mode = stat.S_IREAD|stat.S_IEXEC 1738 os.chmod(self.temp_file.name, stat.S_IREAD)
|
/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
|
D | os.rst | 1075 * :data:`stat.S_IREAD` 1096 flag with it (via the ``stat.S_IWRITE`` and ``stat.S_IREAD``
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 393 pub const S_IREAD: ::mode_t = 256; constant
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 136 pub const S_IREAD: ::c_int = 256; constant
|
/external/python/cpython3/Doc/library/ |
D | stat.rst | 339 .. data:: S_IREAD
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 171 pub const S_IREAD: mode_t = 256; constant
|
/external/brotli/c/tools/ |
D | brotli.c | 42 #define S_IRUSR S_IREAD
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4729 #ifdef S_IREAD 4730 { "S_IREAD", (unsigned long) S_IREAD },
|
/external/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 856 pub const S_IREAD: ::mode_t = 256; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 540 pub const S_IREAD: mode_t = 256; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 878 pub const S_IREAD: mode_t = 256; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1018 pub const S_IREAD: mode_t = 256; constant
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 5728 if(mode & S_IREAD) in PrintModeVerbose() 5744 if(mode & (S_IREAD >> 3)) in PrintModeVerbose() 5760 if(mode & (S_IREAD >> 6)) in PrintModeVerbose()
|