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

/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp38 std::string infoFile = getRemapInfoFile(outputDir); local
39 llvm::sys::fs::remove(infoFile);
52 std::string infoFile = getRemapInfoFile(outputDir); local
53 return initFromFile(infoFile, Diag, ignoreIfFilesChanged);
60 std::string infoFile = filePath; local
62 llvm::sys::fs::exists(infoFile, fileExists);
69 llvm::MemoryBuffer::getFile(infoFile.c_str());
71 return report("Error opening file: " + infoFile, Diag);
118 std::string infoFile = getRemapInfoFile(outputDir);
119 return flushToFile(infoFile, Dia
126 std::string infoFile = outputPath; local
[all...]
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp121 std::string infoFile; member in struct:CommandLine
149 cmdLine.infoFile = opts.getOption<opt::InfoLogFile>();
479 if (!cmdLine.infoFile.empty())
481 writeInfoLog(infoLog, cmdLine.infoFile.c_str());
482 printf("Info log written to %s\n", cmdLine.infoFile.c_str());

Completed in 161 milliseconds