Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/src/
DprotobufSnapshotGenerator.cpp53 …a::util::ProgramCache *ProtobufSnapshotGenerator::GetCacheContext(const std::string &cacheFilePath, in GetCacheContext() argument
56 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() argument
85 std::fstream output(panda::os::file::File::GetExtendedFilePath(cacheFilePath), in UpdateCacheFile()
88 std::cerr << "Failed to create cache file: " << cacheFilePath << std::endl; in UpdateCacheFile()
DprotobufSnapshotGenerator.h29 static panda::es2panda::util::ProgramCache *GetCacheContext(const std::string &cacheFilePath,
32 const std::string &cacheFilePath);