Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileOutputBuffer.cpp173 Mode |= fs::all_exe; in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h91 all_exe = owner_exe | group_exe | others_exe, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h102 all_exe = owner_exe | group_exe | others_exe, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc654 return (Attrs & FILE_ATTRIBUTE_READONLY) ? (all_read | all_exe) : all_all;