Home
last modified time | relevance | path

Searched refs:ExtractResourceFiles (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h314 …static bool ExtractResourceFiles(const ExtractParam &extractParam, const BundleExtractor &extracto…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h663 void ExtractResourceFiles(const InnerBundleInfo &info, const std::string &targetPath) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp370 return ExtractResourceFiles(extractParam, extractor); in ExtractFiles()
1733 bool InstalldOperator::ExtractResourceFiles(const ExtractParam &extractParam, const BundleExtractor… in ExtractResourceFiles() function in OHOS::AppExecFwk::InstalldOperator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3160 ExtractResourceFiles(info, modulePath); in ExtractModule()
3198 void BaseBundleInstaller::ExtractResourceFiles(const InnerBundleInfo &info, const std::string &targ… in ExtractResourceFiles() function in OHOS::AppExecFwk::BaseBundleInstaller