Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_manager_service.h52 std::string GetCodeDirPath() const;
H A Dbundle_installer.h37 std::string GetCodeDirPath() const;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp648 std::string ManagerService::GetCodeDirPath() const in GetCodeDirPath() function in OHOS::ManagerService
653 return installer_->GetCodeDirPath(); in GetCodeDirPath()
H A Dbundle_info_creator.cpp65 installDirPath = ManagerService::GetInstance().GetCodeDirPath(); in SaveBundleInfo()
H A Dbundle_installer.cpp56 std::string BundleInstaller::GetCodeDirPath() const in GetCodeDirPath() function in OHOS::BundleInstaller