OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_Excl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
FileSystem.h
613
///
F_Excl
- When opening a file, this flag makes raw_fd_ostream
615
F_Excl
= 1,
619
/// with
F_Excl
.
[
all
...]
/external/clang/lib/Driver/
Driver.cpp
531
Script.c_str(), Err, llvm::sys::fs::
F_Excl
| llvm::sys::fs::F_Binary);
[
all
...]
Completed in 2160 milliseconds