Home
last modified time | relevance | path

Searched refs:THIRD_SYSTEM_BUNDLE_PATH (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h136 const char THIRD_SYSTEM_BUNDLE_PATH[] = "/system/external"; variable
158 const char THIRD_SYSTEM_BUNDLE_PATH[] = "system/ace/vendor"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp314 … = (scanFlag == SYSTEM_APP_FLAG) ? opendir(SYSTEM_BUNDLE_PATH) : opendir(THIRD_SYSTEM_BUNDLE_PATH); in InstallAllSystemBundle()
326 InstallSystemBundle(THIRD_SYSTEM_BUNDLE_PATH, ent->d_name); in InstallAllSystemBundle()
367 ScanAppDir(THIRD_SYSTEM_BUNDLE_PATH, uninstallRecord, THIRD_SYSTEM_APP_FLAG); in ScanPackages()
H A Dbundle_installer.cpp98 } else if (BundleUtil::StartWith(path, THIRD_SYSTEM_BUNDLE_PATH)) { in GetHapType()
H A Dgt_bundle_installer.cpp190 } else if (BundleUtil::StartWith(path, THIRD_SYSTEM_BUNDLE_PATH)) { in Install()
H A Dgt_bundle_manager_service.cpp585 … else if (BundleUtil::StartWith(((PreAppList *)currentNode)->filePath, THIRD_SYSTEM_BUNDLE_PATH)) { in ScanSystemApp()