Searched refs:S_IWRITE (Results 1 – 19 of 19) sorted by relevance
/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/valgrind/none/tests/mips32/ |
D | bug320057-mips32.c | 20 (S_IREAD | S_IWRITE)); in main()
|
/external/ltp/android/include/ |
D | bionic-compat.h | 27 #define S_IWRITE S_IWUSR macro
|
/external/python/cpython2/Tools/nuget/ |
D | make_zip.py | 150 dest.chmod(stat.S_IWRITE) 153 dest.chmod(stat.S_IWRITE)
|
/external/python/cpython2/Lib/ |
D | stat.py | 68 S_IWRITE = 00200 variable
|
/external/skia/infra/bots/ |
D | win_toolchain_utils.py | 42 os.chmod(filename, stat.S_IWRITE)
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_util.py | 16 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/bison/lib/ |
D | sys_stat.in.h | 262 #if !S_IWUSR && S_IWRITE 263 # define S_IWUSR S_IWRITE
|
/external/bison/darwin-lib/sys/ |
D | stat.h | 574 #if !S_IWUSR && S_IWRITE 575 # define S_IWUSR S_IWRITE
|
/external/bison/linux-lib/sys/ |
D | stat.h | 574 #if !S_IWUSR && S_IWRITE 575 # define S_IWUSR S_IWRITE
|
/external/iputils/ |
D | tftpd.c | 316 if ((stbuf.st_mode&(S_IWRITE >> 6)) == 0) { in validate_access()
|
/external/brotli/tools/ |
D | bro.c | 34 #define S_IWUSR S_IWRITE
|
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | filetransfermsg.c | 38 #define S_IWUSR S_IWRITE
|
/external/python/cpython2/Doc/library/ |
D | stat.rst | 283 .. data:: S_IWRITE
|
D | os.rst | 1076 * :data:`stat.S_IWRITE` 1096 flag with it (via the ``stat.S_IWRITE`` and ``stat.S_IREAD``
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 328 int fd = ::_wopen(path_utf16.begin(), O_BINARY, S_IREAD | S_IWRITE);
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 5732 if(mode & S_IWRITE) in PrintModeVerbose() 5748 if(mode & (S_IWRITE >> 3)) in PrintModeVerbose() 5764 if(mode & (S_IWRITE >> 6)) in PrintModeVerbose()
|
/external/python/cpython2/Lib/test/ |
D | test_argparse.py | 52 os.chmod(os.path.join(self.temp_dir, name), stat.S_IWRITE)
|