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

  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 113 bool IsExecutable = (Status.permissions() & fs::owner_exe);
  /external/llvm/include/llvm/Support/
FileSystem.h 87 owner_exe = 0100, enumerator in enum:llvm::sys::fs::perms
88 owner_all = owner_read | owner_write | owner_exe,
99 all_exe = owner_exe | group_exe | others_exe,
    [all...]

Completed in 45 milliseconds