Home
last modified time | relevance | path

Searched refs:rawfilePath (Results 1 - 1 of 1) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp269 std::string rawfilePath; in GetRawFilePath() local
271 rawfilePath = GetRawFilePathFromStage(rawFileName); in GetRawFilePath()
273 rawfilePath = GetRawFilePathFromFA(extractor, rawFileName); in GetRawFilePath()
275 return rawfilePath; in GetRawFilePath()
291 std::string rawfilePath = HapParser::GetRawFilePath(extractor, rawFileName); in ReadRawFileFromHap() local
292 if (!extractor->HasEntry(rawfilePath) && patchPath.empty()) { in ReadRawFileFromHap()
294 "the rawfile file %{public}s is not exist in %{public}s", rawfilePath.c_str(), tempPath.c_str()); in ReadRawFileFromHap()
297 if (!extractor->HasEntry(rawfilePath) && !patchPath.empty()) { in ReadRawFileFromHap()
303 rawfilePath = HapParser::GetRawFilePath(extractor, rawFileName); in ReadRawFileFromHap()
304 if (!extractor->HasEntry(rawfilePath)) { in ReadRawFileFromHap()
335 std::string rawfilePath = HapParser::GetRawFilePath(extractor, rawFileName); ReadRawFileDescriptor() local
385 std::string rawfilePath = HapParser::GetRawFilePath(extractor, rawDirPath); GetRawFileList() local
[all...]

Completed in 1 milliseconds