Home
last modified time | relevance | path

Searched refs:S_IREAD (Results 1 – 25 of 42) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/memmap/
Dmem03.c80 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/
Dyportenv.h261 #ifndef S_IREAD
262 #define S_IREAD 0000400 macro
Dyaffs_uboot_glue.c288 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()
Dyaffsfs.c863 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.c137 #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/
Dbionic-compat.h27 #define S_IREAD S_IRUSR macro
/external/python/cpython2/Lib/
Dstat.py67 S_IREAD = 00400 variable
/external/python/cpython3/Lib/
Dstat.py80 S_IREAD = 0o0400 # Unix V7 synonym for S_IRUSR variable
/external/minijail/linux-x86/
Dlibconstants.gen.c1208 #ifdef S_IREAD
1209 { "S_IREAD", (unsigned long) S_IREAD },
/external/python/cpython3/Lib/test/
Dtest_py_compile.py125 os.chmod(self.directory, stat.S_IREAD)
Dtest_shutil.py214 new_mode = stat.S_IREAD|stat.S_IEXEC
1472 os.chmod(self.temp_file.name, stat.S_IREAD)
/external/iputils/
Dtftpd.c311 if ((stbuf.st_mode&(S_IREAD >> 6)) == 0) { in validate_access()
/external/python/cpython2/Lib/test/
Dtest_shutil.py96 os.chmod(self.childpath, stat.S_IREAD)
97 os.chmod(TESTFN, stat.S_IREAD)
/external/python/cpython2/Doc/library/
Dstat.rst279 .. data:: S_IREAD
/external/python/cpython3/Doc/library/
Dstat.rst339 .. data:: S_IREAD
/external/brotli/c/tools/
Dbrotli.c37 #define S_IRUSR S_IREAD
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_darwin_386.go1319 S_IREAD = 0x100 const
Dzerrors_darwin_arm64.go1319 S_IREAD = 0x100 const
Dzerrors_darwin_amd64.go1319 S_IREAD = 0x100 const
Dzerrors_netbsd_arm.go1285 S_IREAD = 0x100 const
Dzerrors_darwin_arm.go1319 S_IREAD = 0x100 const
Dzerrors_netbsd_386.go1305 S_IREAD = 0x100 const
Dzerrors_netbsd_amd64.go1295 S_IREAD = 0x100 const
Dzerrors_linux_sparc64.go1565 S_IREAD = 0x100 const
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc328 int fd = ::_wopen(path_utf16.begin(), O_BINARY, S_IREAD | S_IWRITE);

12