Searched refs:path_type (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageInfo.h71 pkg_profile() : items(10), space_needed(0), path_type(P_SYSTEM_PATH) {}
79 uint8 path_type; member in struct:pkg_profile
H A DPackageView.cpp611 if (profile->path_type == P_INSTALL_PATH) {
632 } else if (profile->path_type == P_USER_PATH) {
H A DPackageInfo.cpp1122 profile->path_type = P_INSTALL_PATH;
1124 profile->path_type != P_INSTALL_PATH) {
1126 profile->path_type = P_USER_PATH;

Completed in 38 milliseconds