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

  /external/llvm/lib/Support/
FileOutputBuffer.cpp 87 new_perms |= sys::fs::owner_exe;
  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 117 bool IsExecutable = (Status.permissions() & fs::owner_exe);
  /external/llvm/include/llvm/Support/
FileSystem.h 103 owner_exe = 0100, enumerator in enum:llvm::sys::fs::perms
104 owner_all = owner_read | owner_write | owner_exe,

Completed in 38 milliseconds