HomeSort by relevance Sort by last modified time
    Searched refs:others_write (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
FileSystem.h 110 others_write = 02, enumerator in enum:llvm::sys::fs::perms
112 others_all = others_read | others_write | others_exe,
  /external/llvm/unittests/Support/
Path.cpp 335 const fs::perms AllWrite = fs::owner_write|fs::group_write|fs::others_write;

Completed in 32 milliseconds