OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 645 milliseconds