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 108 bool IsExecutable = (Status.permissions() & fs::owner_exe);
  /external/llvm/include/llvm/Support/
FileSystem.h 77 owner_exe = 0100, enumerator in enum:llvm::sys::fs::perms
78 owner_all = owner_read | owner_write | owner_exe,
89 all_exe = owner_exe | group_exe | others_exe,

Completed in 411 milliseconds