Home
last modified time | relevance | path

Searched refs:P_INSTALL_PATH (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp653 uint8 pathType = P_INSTALL_PATH; in Parse()
885 localType = P_INSTALL_PATH; in Parse()
930 pathType = P_INSTALL_PATH; in Parse()
970 pathType = P_INSTALL_PATH; in Parse()
992 localType = P_INSTALL_PATH; in Parse()
1021 ? "System" : localType == P_INSTALL_PATH in Parse()
1037 localType = P_INSTALL_PATH; in Parse()
1122 profile->path_type = P_INSTALL_PATH; in _AddItem()
1124 profile->path_type != P_INSTALL_PATH) { in _AddItem()
H A DPackageItem.h31 P_INSTALL_PATH = 0, enumerator
H A DPackageView.cpp611 if (profile->path_type == P_INSTALL_PATH) { in _InstallTypeChanged()
H A DPackageItem.cpp179 if (fPathType == P_INSTALL_PATH) { in InitPath()