Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DFileSystem.h97 others_write = 02, enumerator
99 others_all = others_read | others_write | others_exe,
101 all_write = owner_write | group_write | others_write,
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2224 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
DMachODump.cpp2222 outs() << ((Mode & sys::fs::others_write) ? "w" : "-"); in printArchiveChild()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dfilesystem313 others_write = 02,