Home
last modified time | relevance | path

Searched refs:group_write (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h94 group_write = 020, enumerator
96 group_all = group_read | group_write | group_exe,
102 all_write = owner_write | group_write | others_write,
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2310 outs() << ((Mode & sys::fs::group_write) ? "w" : "-"); in printArchiveChild()
H A DMachODump.cpp1877 outs() << ((Mode & sys::fs::group_write) ? "w" : "-"); in printArchiveChild()
/freebsd-12.1/contrib/libc++/include/
H A Dfilesystem292 group_write = 020,