Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileSystem.h84 others_write = 02, enumerator
86 others_all = others_read | others_write | others_exe,
88 all_write = owner_write | group_write | others_write,
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1469 if (Mode & sys::fs::others_write) in printArchiveChild()