Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileSystem.h110 others_write = 02, enumerator
112 others_all = others_read | others_write | others_exe,
/external/llvm/unittests/Support/
DPath.cpp335 const fs::perms AllWrite = fs::owner_write|fs::group_write|fs::others_write; in TEST_F()
/external/llvm/lib/Support/Windows/
DPathV2.inc508 if (!(prms & (owner_write|group_write|others_write)))