Searched refs:ExtractFileByName (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_extractor.cpp | 35 if (!extractorUtil.ExtractFileByName(PROFILE_NAME, profileStream)) { in ExtractHapProfile()
|
H A D | extractor_util.cpp | 41 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 D | extractor_util.h | 31 bool ExtractFileByName(const std::string &fileName, std::ostream &dest) const;
|
/ohos5.0/base/update/updater/services/updater_binary/ |
H A D | update_image_block.cpp | 304 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()
|