Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DFileRemapper.cpp38 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
40 llvm::sys::fs::remove(infoFile, existed); in clear()
47 llvm::sys::Path infoFile = dir; in getRemapInfoFile() local
48 infoFile.appendComponent("remap"); in getRemapInfoFile()
49 return infoFile.str(); in getRemapInfoFile()
54 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
55 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
62 std::string infoFile = filePath; in initFromFile() local
64 llvm::sys::fs::exists(infoFile, fileExists); in initFromFile()
71 if (llvm::MemoryBuffer::getFile(infoFile.c_str(), fileBuf)) in initFromFile()
[all …]