Searched defs:TmpFile (Results 1 – 8 of 8) sorted by relevance
46 class TmpFile class49 TmpFile(std::string content) : mPath(mktmp()) in TmpFile() function in parameterFramework::utility::TmpFile58 TmpFile(TmpFile &&right) : mPath(std::move(right.mPath)) { right.mPath.clear(); } in TmpFile() function in parameterFramework::utility::TmpFile
105 class TmpFile: class
47 def TmpFile(template): function
79 class TmpFile : private parameterFramework::utility::TmpFile class
179 llvm::SmallString<128> TmpFile; in getOutputFileName() local
280 DWARFYAML::File TmpFile; in dumpDebugLines() local
241 static string TmpFile(const string& basename) { in TmpFile() function
1174 const char *TmpFile = ::getenv("CINDEXTEST_PREAMBLE_FILE"); in GetPreamblePCHPath() local