Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h38 constexpr const char* DIR_EL2 = "el2"; variable
42 const std::vector<std::string> BUNDLE_EL = {DIR_EL1, DIR_EL2, DIR_EL3, DIR_EL4};
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_unlocked_test.cpp77 return UpdateAppDataMgr::CreateBundleDataDir(bundleInfo, userId, ServiceConstants::DIR_EL2); in CreateBundleDataDir()
H A Dbms_event_handler_test.cpp94 return UpdateAppDataMgr::CreateBundleDataDir(bundleInfo, userId, ServiceConstants::DIR_EL2); in CreateBundleDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp88 DIR_EL2, enumerator
297 case DirType::DIR_EL2: in GetBackupExtDirByType()
312 case DirType::DIR_EL2: in GetNewBackupExtDirByType()
539 DirType::DIR_EL2); in CreateBundleDataDir()
554 createDirParam.userId, createDirParam.uid, newBundleBackupDir, DirType::DIR_EL2); in CreateBundleDataDir()
898 CleanBackupExtHomeDir(bundleName, userid, DirType::DIR_EL2); in CleanBundleDataDirByName()
900 CleanNewBackupExtHomeDir(bundleName, userid, DirType::DIR_EL2); in CleanBundleDataDirByName()
1910 if (RemoveBackupExtHomeDir(bundleName, userId, DirType::DIR_EL2) != ERR_OK || in InnerRemoveBundleDataDir()
1915 if (RemoveNewBackupExtHomeDir(bundleName, userId, DirType::DIR_EL2) != ERR_OK || in InnerRemoveBundleDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp90 el = ServiceConstants::DIR_EL2; in GetDataDir()
97 el = ServiceConstants::DIR_EL2; in GetDataDir()