Home
last modified time | relevance | path

Searched refs:DEFAULT_PRE_BUNDLE_ROOT_DIR (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dparser_util.cpp27 constexpr const char *DEFAULT_PRE_BUNDLE_ROOT_DIR = "/system"; member
141 bool ret = std::find(rootDirList.begin(), rootDirList.end(), DEFAULT_PRE_BUNDLE_ROOT_DIR) != rootDirList.end(); in GetPreInstallRootDirList()
143 rootDirList.emplace_back(DEFAULT_PRE_BUNDLE_ROOT_DIR); in GetPreInstallRootDirList()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp90 constexpr const char* DEFAULT_PRE_BUNDLE_ROOT_DIR = "/system"; member
611 rootDirList.begin(), rootDirList.end(), DEFAULT_PRE_BUNDLE_ROOT_DIR) != rootDirList.end(); in GetPreInstallRootDirList()
613 rootDirList.emplace_back(DEFAULT_PRE_BUNDLE_ROOT_DIR); in GetPreInstallRootDirList()

Completed in 6 milliseconds