Searched refs:cacheFilePath (Results 1 – 2 of 2) sorted by relevance
53 …a::util::ProgramCache *ProtobufSnapshotGenerator::GetCacheContext(const std::string &cacheFilePath, in GetCacheContext() argument56 std::fstream input(panda::os::file::File::GetExtendedFilePath(cacheFilePath), in GetCacheContext()59 std::cout << "Cache file: " << cacheFilePath << " doesn't exist" << std::endl; in GetCacheContext()65 std::cerr << "Failed to parse cache file: " << cacheFilePath << std::endl; in GetCacheContext()78 const std::string &cacheFilePath) in UpdateCacheFile() argument85 std::fstream output(panda::os::file::File::GetExtendedFilePath(cacheFilePath), in UpdateCacheFile()88 std::cerr << "Failed to create cache file: " << cacheFilePath << std::endl; in UpdateCacheFile()
29 static panda::es2panda::util::ProgramCache *GetCacheContext(const std::string &cacheFilePath,32 const std::string &cacheFilePath);