Searched refs:others_exe (Results 1 – 2 of 2) sorted by relevance
85 others_exe = 01, enumerator86 others_all = others_read | others_write | others_exe,89 all_exe = owner_exe | group_exe | others_exe,
1405 outs() << ((Mode & sys::fs::others_exe) ? "x" : "-"); in printArchiveChild()