Home
last modified time | relevance | path

Searched refs:all_write (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h101 all_write = owner_write | group_write | others_write, enumerator
829 unsigned Mode = all_read | all_write);
835 unsigned Mode = all_read | all_write);
852 unsigned Mode = all_read | all_write);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileOutputBuffer.cpp171 unsigned Mode = fs::all_read | fs::all_write; in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h90 all_write = owner_write | group_write | others_write, enumerator
593 unsigned Mode = all_read | all_write);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc763 if (Permissions & all_write) {