Searched defs:TempOutFile (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvideo_source.h79 class TempOutFile { class in namespace:libvpx_test
81 TempOutFile() { file_ = GetTempOutFile(&file_name_); } function in class:libvpx_test::TempOutFile
82 ~TempOutFile() {
/external/llvm/tools/gold/
H A Dgold-plugin.cpp129 bool TempOutFile; member in class:__anon14848::ThinLTOTaskInfo
133 bool TempOutFile)
135 TempOutFile(TempOutFile) {}
838 static void recordFile(std::string Filename, bool TempOutFile) { argument
843 if (TempOutFile)
851 recordFile(Filename, TempOutFile);
1035 static int openOutputFile(SmallString<128> InFilename, bool TempOutFile, argument
1038 if (TempOutFile) {
1081 bool TempOutFile local
132 ThinLTOTaskInfo(std::unique_ptr<raw_fd_ostream> OS, std::string Filename, bool TempOutFile) argument
1243 bool TempOutFile = Filename.empty(); local
1264 Tasks.emplace_back(std::move(OS), NewFilename.c_str(), TempOutFile); local
[all...]

Completed in 326 milliseconds