Searched refs:pkg_profile (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageInfo.h19 struct pkg_profile;
35 pkg_profile *GetProfile(int32 num) {
36 return static_cast<pkg_profile *>(fProfiles.ItemAt(num)); }
70 struct pkg_profile { struct
71 pkg_profile() : items(10), space_needed(0), path_type(P_SYSTEM_PATH) {} function in struct:pkg_profile
72 ~pkg_profile() {}
H A DPackageInstall.cpp130 pkg_profile* type = static_cast<pkg_profile*>(info->GetProfile(
H A DPackageInfo.cpp89 pkg_profile *iter = 0;
91 iter = static_cast<pkg_profile *>(fProfiles.RemoveItem((int32)0));
234 pkg_profile group;
384 group = pkg_profile();
433 fProfiles.AddItem(new pkg_profile(group));
1106 pkg_profile *profile;
1112 profile = static_cast<pkg_profile *>(fProfiles.ItemAt(i));
H A DPackageView.cpp566 pkg_profile* profile = fInfo.GetProfile(0);
574 pkg_profile* profile = fInfo.GetProfile(i);
597 pkg_profile* profile = fInfo.GetProfile(index);

Completed in 237 milliseconds