Home
last modified time | relevance | path

Searched refs:ExtractResourceFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_extractor.h35 static bool ExtractResourceFile(const char *path, int32_t fp, uint32_t totalFileSize);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_extractor.cpp136 bool GtBundleExtractor::ExtractResourceFile(const char *path, int32_t fp, uint32_t totalFileSize) in ExtractResourceFile() function in OHOS::GtBundleExtractor
210 if (!ExtractResourceFile(TMP_RESOURCE_DIR, fp, static_cast<uint32_t>(totalFileSize))) { in ExtractInstallMsg()