Searched refs:installDirPath (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_info_creator.cpp | 44 std::string installDirPath; in SaveBundleInfo() local 55 installDirPath = std::string(info->codePath).substr(0, index); in SaveBundleInfo() 65 installDirPath = ManagerService::GetInstance().GetCodeDirPath(); in SaveBundleInfo() 69 if (!SetBundleInfo(bundleProfile, installDirPath, dataDirPath, *bundleInfo)) { in SaveBundleInfo() 77 BundleInfo *BundleInfoCreator::CreateBundleInfo(const BundleProfile &bundleProfile, const std::string &installDirPath, in CreateBundleInfo() argument 93 if (!SetBundleInfo(bundleProfile, installDirPath, dataDirPath, bundleInfo)) { in CreateBundleInfo() 108 bool BundleInfoCreator::SetBundleInfo(const BundleProfile &bundleProfile, const std::string &installDirPath, in SetBundleInfo() argument 111 if (bundleInfo == nullptr || installDirPath.empty() || dataDirPath.empty()) { in SetBundleInfo() 124 std::string codePath = installDirPath + PATH_SEPARATOR + bundleProfile.bundleName; in SetBundleInfo()
|
H A D | bundle_parser.cpp | 261 std::string installDirPath; in ParseHapProfile() local 264 installDirPath = INSTALL_PATH; in ParseHapProfile() 267 installDirPath = EXTEANAL_INSTALL_PATH; in ParseHapProfile() 270 BundleInfo *bundleInfo = BundleInfoCreator::CreateBundleInfo(bundleProfile, installDirPath, dataDirPath, in ParseHapProfile()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_info_creator.h | 30 static BundleInfo *CreateBundleInfo(const BundleProfile &bundleProfile, const std::string &installDirPath, 34 static bool SetBundleInfo(const BundleProfile &bundleProfile, const std::string &installDirPath,
|
Completed in 3 milliseconds