Home
last modified time | relevance | path

Searched refs:profileDir (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp514 std::string profileDir = codePath + std::string(PATH_SEPARATOR) + ent->d_name; in ReloadBundleInfo() local
515 BundleInfo *bundleInfo = bundleParser.ParseHapProfile(profileDir.c_str()); in ReloadBundleInfo()
529 BundleDaemonClient::GetInstance().RemoveFile(profileDir.c_str()); in ReloadBundleInfo()
H A Dgt_bundle_manager_service.cpp802 bool GtManagerService::ReloadBundleInfo(const char *profileDir, const char *appId, bool isSystemApp) in ReloadBundleInfo() argument
804 if (profileDir == nullptr) { in ReloadBundleInfo()
815 BundleInfo *bundleInfo = GtBundleParser::ParseHapProfile(profileDir, bundleRes); in ReloadBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_manager_service.h92 bool ReloadBundleInfo(const char *profileDir, const char *appId, bool isSystemApp);