OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTemporaryPath
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
Driver.h
414
///
GetTemporaryPath
- Return the pathname of a temporary file to use
418
std::string
GetTemporaryPath
(StringRef Prefix, const char *Suffix) const;
/external/clang/lib/Driver/
Driver.cpp
709
std::string TmpName =
GetTemporaryPath
("response", "txt");
[
all
...]
Tools.cpp
[
all
...]
Completed in 166 milliseconds