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

  /external/llvm/include/llvm/CompilerDriver/
Tool.h 46 const llvm::sys::Path& TempDir,
55 const llvm::sys::Path& TempDir,
69 const llvm::sys::Path& TempDir,
85 const llvm::sys::Path& TempDir,
88 return GenerateAction(Out, JoinList_, HasChildren, TempDir, InLangs,
CompilationGraph.h 141 int Build(llvm::sys::Path const& TempDir, const LanguageMap& LangMap);
177 const llvm::sys::Path& TempDir,
190 const llvm::sys::Path& TempDir,
  /external/llvm/lib/CompilerDriver/
Tool.cpp 26 sys::Path MakeTempFile(const sys::Path& TempDir, const std::string& BaseName,
31 // TempDir is empty.
32 if (TempDir.empty()) {
36 Out = TempDir;
50 const sys::Path& TempDir,
70 Out = MakeTempFile(TempDir, "tmp", OutputSuffix);
72 Out = MakeTempFile(TempDir, sys::path::stem(In.str()), OutputSuffix);
CompilationGraph.cpp 175 const sys::Path& TempDir,
191 TempDir, InLangs, LangMap)) {
254 const sys::Path& TempDir,
308 if (int ret = PassThroughGraph(In, N, InLangs, TempDir, LangMap))
363 int CompilationGraph::Build (const sys::Path& TempDir,
369 if (int ret = BuildInitial(InLangs, TempDir, LangMap))
390 TempDir, InLangs, LangMap)) {
409 InLangs, TempDir, LangMap)) {
  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 44 TEST(ScopedTempDir, TempDir) {
46 // child of TempDir.
  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 513 TempDir().c_str(), GetCurrentExecutableName().c_str(),
535 String TempDir() const {
  /external/gtest/test/
gtest-filepath_test.cc 427 TempDir().c_str(), GetCurrentExecutableName().c_str(),
457 String TempDir() const {
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 427 TempDir().c_str(), GetCurrentExecutableName().c_str(),
449 String TempDir() const {

Completed in 816 milliseconds