Home
last modified time | relevance | path

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

/haiku/src/apps/packageinstaller/
H A DPackageInfo.h35 pkg_profile *GetProfile(int32 num) { in GetProfile() function
H A DPackageView.cpp566 pkg_profile* profile = fInfo.GetProfile(0); in _InitProfiles()
574 pkg_profile* profile = fInfo.GetProfile(i); in _InitProfiles()
597 pkg_profile* profile = fInfo.GetProfile(index); in _InstallTypeChanged()
H A DPackageInstall.cpp130 pkg_profile* type = static_cast<pkg_profile*>(info->GetProfile( in _Install()