Home
last modified time | relevance | path

Searched refs:infoFile (Results 1 – 2 of 2) sorted by relevance

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