Home
last modified time | relevance | path

Searched refs:ExtractFileToPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dextractor_util.h33 bool ExtractFileToPath(const std::string &filePath, const std::string &fileName) const;
H A Dgt_extractor_util.h25 …static uint8_t ExtractFileToPath(const char *appInstallPath, int32_t fp, uint64_t &fileSize, char …
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dextractor_util.cpp53 bool ExtractorUtil::ExtractFileToPath(const std::string &filePath, const std::string &fileName) con… in ExtractFileToPath() function in OHOS::ExtractorUtil
H A Dgt_extractor_util.cpp117 uint8_t GtExtractorUtil::ExtractFileToPath(const char *appInstallPath, int32_t fp, uint64_t &fileSi… in ExtractFileToPath() function in OHOS::GtExtractorUtil
H A Dgt_bundle_extractor.cpp75 …errorCode = GtExtractorUtil::ExtractFileToPath(codePath, fp, fileSize, &fileName, &relativeFilePat… in ExtractHap()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp91 if (!extractorUtil.ExtractFileToPath(filePath, fileName)) { in ExtractHap()