Home
last modified time | relevance | path

Searched refs:INSTALL_PATH (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/
H A Dbms_bundle_hap_verify_test.cpp43 const std::string INSTALL_PATH = "/data/test/resource/bms/install_bundle/first_right.hap"; variable
168 auto res = BundleVerifyMgr::ParseHapProfile(INSTALL_PATH, result);
181 auto res = BundleVerifyMgr::HapVerify(INSTALL_PATH, result);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h130 const char INSTALL_PATH[] = "/storage/app/run"; variable
155 const char INSTALL_PATH[] = "user/ace/run"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp70 codeDirPath_ = INSTALL_PATH; in ModifyInstallDirByHapType()
77 codeDirPath_ = INSTALL_PATH; in ModifyInstallDirByHapType()
89 codeDirPath_ = INSTALL_PATH; in RestoreInstallEnv()
H A Dbundle_manager_service.cpp52 installer_ = new (std::nothrow) BundleInstaller(INSTALL_PATH, DATA_PATH); in ManagerService()
185 installer_ = new (std::nothrow) BundleInstaller(INSTALL_PATH, DATA_PATH); in ServiceMsgProcess()
373 ScanAppDir(INSTALL_PATH, nullptr, THIRD_APP_FLAG); in ScanPackages()
H A Dgt_bundle_manager_service.cpp449 ScanThirdApp(INSTALL_PATH, &systemPathList_); in InstallPreBundle()
896 int32_t len = strlen(INSTALL_PATH) + 1 + strlen(res->bundleName); in UpdateBundleInfoList()
902 if (sprintf_s(path, len + 1, "%s/%s", INSTALL_PATH, res->bundleName) < 0) { in UpdateBundleInfoList()
H A Dbundle_parser.cpp263 if (BundleUtil::StartWith(path, INSTALL_PATH)) { in ParseHapProfile()
264 installDirPath = INSTALL_PATH; in ParseHapProfile()
H A Dgt_bundle_parser.cpp817 int32_t len = strlen(INSTALL_PATH) + 1 + strlen(bundleProfile.bundleName) + 1; in SaveBundleInfo()
822 if (sprintf_s(installedPath, len, "%s/%s", INSTALL_PATH, bundleProfile.bundleName) < 0) { in SaveBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_app_control_test.cpp50 const std::string INSTALL_PATH = "/data/test/resource/bms/app_control/bmsThirdBundle1.hap"; variable
1073 InstallBundle(INSTALL_PATH);