Searched refs:others_write (Results 1 – 5 of 5) sorted by relevance
39 … boost::filesystem::owner_write | boost::filesystem::group_write | boost::filesystem::others_write; in make_permissions()
1959 || (prms & (owner_write|group_write|others_write)))) in permissions()1971 else if (prms & (owner_write|group_write|others_write)) in permissions()
86 others_write = 02, enumerator88 others_all = others_read | others_write | others_exe,90 all_write = owner_write | group_write | others_write,
86 others_write = 02, // S_IWOTH, Write permission, others enumerator
97 others_write = 02, enumerator99 others_all = others_read | others_write | others_exe,101 all_write = owner_write | group_write | others_write,