Searched refs:others_read (Results 1 – 2 of 2) sorted by relevance
83 others_read = 04, enumerator86 others_all = others_read | others_write | others_exe,87 all_read = owner_read | group_read | others_read,
1403 outs() << ((Mode & sys::fs::others_read) ? "r" : "-"); in printArchiveChild()