Home
last modified time | relevance | path

Searched refs:others_read (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DFileSystem.h83 others_read = 04, enumerator
86 others_all = others_read | others_write | others_exe,
87 all_read = owner_read | group_read | others_read,
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1403 outs() << ((Mode & sys::fs::others_read) ? "r" : "-"); in printArchiveChild()