Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_extractor.cpp35 if (!extractorUtil.ExtractFileByName(PROFILE_NAME, profileStream)) { in ExtractHapProfile()
H A Dextractor_util.cpp41 bool ExtractorUtil::ExtractFileByName(const std::string &fileName, std::ostream &dest) const in ExtractFileByName() function in OHOS::ExtractorUtil
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dextractor_util.h31 bool ExtractFileByName(const std::string &fileName, std::ostream &dest) const;
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp304 static int32_t ExtractFileByName(Uscript::UScriptEnv &env, const std::string &fileName, in ExtractFileByName() function
357 if (ExtractFileByName(env, infos.transferName, outStream, in ExecuteUpdateBlock()
374 if (ExtractFileByName(env, infos.patchDataName, outStream, in ExecuteUpdateBlock()