Searched refs:owner_write (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/filesystem/src/ |
D | windows_tools.hpp | 39 …prms |= boost::filesystem::owner_write | boost::filesystem::group_write | boost::filesystem::other… in make_permissions()
|
D | operations.cpp | 1959 || (prms & (owner_write|group_write|others_write)))) in permissions() 1971 else if (prms & (owner_write|group_write|others_write)) in permissions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 78 owner_write = 0200, enumerator 80 owner_all = owner_read | owner_write | owner_exe, 90 all_write = owner_write | group_write | others_write,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | Caching.cpp | 138 TempFilenameModel, sys::fs::owner_read | sys::fs::owner_write); in localCache()
|
/third_party/boost/boost/filesystem/ |
D | file_status.hpp | 76 owner_write = 0200, // S_IWUSR, Write permission, owner enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 89 owner_write = 0200, enumerator 91 owner_all = owner_read | owner_write | owner_exe, 101 all_write = owner_write | group_write | others_write,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 773 true, owner_read | owner_write, Type); in createTemporaryFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 824 owner_read | owner_write, Type); in createTemporaryFile()
|