Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/src/
DprotobufSnapshotGenerator.cpp57 …a::util::ProgramCache *ProtobufSnapshotGenerator::GetCacheContext(const std::string &cacheFilePath, in GetCacheContext() argument
61 panda::os::file::File::GetExtendedFilePath(cacheFilePath), in GetCacheContext()
69 std::cerr << "Failed to parse cache file: " << cacheFilePath << std::endl; in GetCacheContext()
82 const std::string &cacheFilePath) in UpdateCacheFile() argument
90 panda::os::file::File::GetExtendedFilePath(cacheFilePath), in UpdateCacheFile()
93 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);