Home
last modified time | relevance | path

Searched refs:GetProfileCount (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageInfo.h34 int32 GetProfileCount() { return fProfiles.CountItems(); } in GetProfileCount() function
H A DPackageView.cpp562 int count = fInfo.GetProfileCount(); in _InitProfiles()