Home
last modified time | relevance | path

Searched refs:group_write (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/filesystem/src/
Dwindows_tools.hpp39 …prms |= boost::filesystem::owner_write | boost::filesystem::group_write | boost::filesystem::other… 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.h82 group_write = 020, enumerator
84 group_all = group_read | group_write | group_exe,
90 all_write = owner_write | group_write | others_write,
/third_party/boost/boost/filesystem/
Dfile_status.hpp81 group_write = 020, // S_IWGRP, Write permission, group enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h93 group_write = 020, enumerator
95 group_all = group_read | group_write | group_exe,
101 all_write = owner_write | group_write | others_write,
/third_party/boost/libs/filesystem/test/
Doperations_test.cpp929 fs::permissions(p, fs::remove_perms | fs::group_write); in permissions_tests()
931 fs::permissions(p, fs::add_perms | fs::group_write); in permissions_tests()