Home
last modified time | relevance | path

Searched refs:SYSTEM_BUNDLE_PATH (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h135 const char SYSTEM_BUNDLE_PATH[] = "/system/internal"; variable
157 const char SYSTEM_BUNDLE_PATH[] = "system/ace/sys"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp314 …dir = (scanFlag == SYSTEM_APP_FLAG) ? opendir(SYSTEM_BUNDLE_PATH) : opendir(THIRD_SYSTEM_BUNDLE_PA… in InstallAllSystemBundle()
324 InstallSystemBundle(SYSTEM_BUNDLE_PATH, ent->d_name); in InstallAllSystemBundle()
365 ScanAppDir(SYSTEM_BUNDLE_PATH, nullptr, SYSTEM_APP_FLAG); in ScanPackages()
H A Dbundle_installer.cpp96 if (BundleUtil::StartWith(path, SYSTEM_BUNDLE_PATH)) { in GetHapType()
H A Dgt_bundle_installer.cpp188 if (BundleUtil::StartWith(path, SYSTEM_BUNDLE_PATH)) { in Install()
H A Dgt_bundle_manager_service.cpp583 if (BundleUtil::StartWith(((PreAppList *)currentNode)->filePath, SYSTEM_BUNDLE_PATH)) { in ScanSystemApp()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp36 const std::string SYSTEM_BUNDLE_PATH = "/system/app/"; variable
1231 std::string bundleFilePath = SYSTEM_BUNDLE_PATH + "bmsSystemBundle1.hap";
1470 std::string bundleFilePath = SYSTEM_BUNDLE_PATH + "bmsSystemBundle1.hap";
1503 std::string bundleFilePath = SYSTEM_BUNDLE_PATH + "bmsSystemBundle1.hap";
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp32 const std::string SYSTEM_BUNDLE_PATH = "/system/app/"; variable
626 std::string bundleFilePath = SYSTEM_BUNDLE_PATH + "bmsSystemBundle1.hap";
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp37 const std::string SYSTEM_BUNDLE_PATH = "/system/app/"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp91 constexpr const char* SYSTEM_BUNDLE_PATH = "/internal"; variable
2928 std::string systemBundlePath = path + SYSTEM_BUNDLE_PATH; in ProcessRebootQuickFixBundleInstall()