Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_extractor.h40 bool ExtractPackFile(std::ostream &dest) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_extractor.cpp47 bool BundleExtractor::ExtractPackFile(std::ostream &dest) const in ExtractPackFile() function in OHOS::AppExecFwk::BundleExtractor
H A Dbundle_parser.cpp162 if (!bundleExtractor.ExtractPackFile(outStreamForPackInfo)) { in ParsePackInfo()