Home
last modified time | relevance | path

Searched refs:realHapPath (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp55 auto realHapPath = GetAppHspPath(inputPath); in operator ()() local
56 if (realHapPath.empty()) { in operator ()()
57 TAG_LOGE(AAFwkTag::JSRUNTIME, "empty realHapPath"); in operator ()()
62 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(realHapPath, newCreate); in operator ()()
64 errorMsg = "hap path error: " + realHapPath; in operator ()()
65 TAG_LOGE(AAFwkTag::JSRUNTIME, "realHapPath %{private}s GetExtractor failed", realHapPath.c_str()); in operator ()()
90 std::string realHapPath; in GetFormAppHspPath() local
92 realHapPath.append("/data/bundles/") in GetFormAppHspPath()
97 TAG_LOGI(AAFwkTag::JSRUNTIME, "realHapPath in GetFormAppHspPath()
115 std::string realHapPath = GetPresetAppHapPath(inputPath, bundleName_); GetCommonAppHspPath() local
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp43 char realHapPath[PATH_MAX + 1] = { '\0' }; in ExtractHap() local
44 if (hapPath == nullptr || realpath(hapPath, realHapPath) == nullptr) { in ExtractHap()
48 ExtractorUtil extractorUtil(realHapPath); in ExtractHap()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h682 const std::string &srcHapPath, const std::string &realHapPath);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp5269 const std::string &srcHapPath, const std::string &realHapPath) in VerifyCodeSignatureForHap()
5292 codeSignatureParam.modulePath = realHapPath; in VerifyCodeSignatureForHap()
5268 VerifyCodeSignatureForHap(const std::unordered_map<std::string, InnerBundleInfo> &infos, const std::string &srcHapPath, const std::string &realHapPath) VerifyCodeSignatureForHap() argument

Completed in 12 milliseconds