Home
last modified time | relevance | path

Searched refs:others_write (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/filesystem/src/
Dwindows_tools.hpp39 … boost::filesystem::owner_write | boost::filesystem::group_write | boost::filesystem::others_write; in make_permissions()
Doperations.cpp1959 || (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/
DFileSystem.h86 others_write = 02, enumerator
88 others_all = others_read | others_write | others_exe,
90 all_write = owner_write | group_write | others_write,
/third_party/boost/boost/filesystem/
Dfile_status.hpp86 others_write = 02, // S_IWOTH, Write permission, others enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h97 others_write = 02, enumerator
99 others_all = others_read | others_write | others_exe,
101 all_write = owner_write | group_write | others_write,