Searched refs:profileDir (Results 1 – 3 of 3) sorted by relevance
514 std::string profileDir = codePath + std::string(PATH_SEPARATOR) + ent->d_name; in ReloadBundleInfo() local515 BundleInfo *bundleInfo = bundleParser.ParseHapProfile(profileDir.c_str()); in ReloadBundleInfo()529 BundleDaemonClient::GetInstance().RemoveFile(profileDir.c_str()); in ReloadBundleInfo()
802 bool GtManagerService::ReloadBundleInfo(const char *profileDir, const char *appId, bool isSystemApp) in ReloadBundleInfo() argument804 if (profileDir == nullptr) { in ReloadBundleInfo()815 BundleInfo *bundleInfo = GtBundleParser::ParseHapProfile(profileDir, bundleRes); in ReloadBundleInfo()
92 bool ReloadBundleInfo(const char *profileDir, const char *appId, bool isSystemApp);