Home
last modified time | relevance | path

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) { in GetProfile()
36 return static_cast<pkg_profile *>(fProfiles.ItemAt(num)); } in GetProfile()
70 struct pkg_profile { struct
71 pkg_profile() : items(10), space_needed(0), path_type(P_SYSTEM_PATH) {} in pkg_profile() argument
72 ~pkg_profile() {} in ~pkg_profile() argument
H A DPackageInstall.cpp130 pkg_profile* type = static_cast<pkg_profile*>(info->GetProfile( in _Install()
H A DPackageInfo.cpp89 pkg_profile *iter = 0; in ~PackageInfo()
91 iter = static_cast<pkg_profile *>(fProfiles.RemoveItem((int32)0)); in ~PackageInfo()
234 pkg_profile group; in Parse()
384 group = pkg_profile(); in Parse()
433 fProfiles.AddItem(new pkg_profile(group)); in Parse()
1106 pkg_profile *profile; in _AddItem()
1112 profile = static_cast<pkg_profile *>(fProfiles.ItemAt(i)); in _AddItem()
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()