Home
last modified time | relevance | path

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

/third_party/boost/libs/filesystem/src/
Dwindows_tools.hpp37 …boost::filesystem::perms prms = boost::filesystem::owner_read | boost::filesystem::group_read | bo… in make_permissions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h81 group_read = 040, enumerator
84 group_all = group_read | group_write | group_exe,
89 all_read = owner_read | group_read | others_read,
/third_party/boost/boost/filesystem/
Dfile_status.hpp80 group_read = 040, // S_IRGRP, Read permission, group enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h92 group_read = 040, enumerator
95 group_all = group_read | group_write | group_exe,
100 all_read = owner_read | group_read | others_read,