Home
last modified time | relevance | path

Searched refs:add_perms (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/filesystem/
Dfile_status.hpp109 add_perms = 0x1000, // adds the given permission bits to the current bits enumerator
/third_party/boost/libs/filesystem/src/
Doperations.cpp1893 BOOST_ASSERT_MSG(!((prms & add_perms) && (prms & remove_perms)), in permissions()
1896 if ((prms & add_perms) && (prms & remove_perms)) // precondition failed in permissions()
1916 if (prms & add_perms) in permissions()
1958 if (!(!((prms & (add_perms | remove_perms))) in permissions()
1967 if (prms & add_perms) in permissions()
/third_party/boost/libs/filesystem/test/
Doperations_test.cpp899 fs::permissions(p, fs::add_perms | fs::group_all); in permissions_tests()
919 fs::permissions(p2, fs::add_perms | fs::others_read); in permissions_tests()
931 fs::permissions(p, fs::add_perms | fs::group_write); in permissions_tests()