Home
last modified time | relevance | path

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

/haiku/src/kits/package/
H A DInstallationLocationInfo.cpp22 fLatestInactivePackageInfos(), in BInstallationLocationInfo()
42 fLatestInactivePackageInfos.MakeEmpty(); in Unset()
111 return fLatestInactivePackageInfos; in LatestInactivePackageInfos()
119 fLatestInactivePackageInfos = infos; in SetLatestInactivePackageInfos()
/haiku/headers/os/package/
H A DInstallationLocationInfo.h59 BPackageInfoSet fLatestInactivePackageInfos; variable