Searched refs:fPathToInfo (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp125 if (fPathToInfo.SetTo(configPath.Path(), kPackagesDir) != B_OK) {
131 BDirectory packageDir(fPathToInfo.Path());
144 if (fPathToInfo.Append(filename.String()) != B_OK) {
149 BFile package(fPathToInfo.Path(), B_READ_ONLY);
246 if (entry.SetTo(fPathToInfo.Path()) != B_OK) {
270 fStatus = package.SetTo(fPathToInfo.Path(), B_WRITE_ONLY | B_CREATE_FILE
274 fStatus = package.SetTo(fPathToInfo.Path(), B_WRITE_ONLY | B_ERASE_FILE);
H A DInstalledPackageInfo.h79 BPath fPathToInfo; member in class:InstalledPackageInfo

Completed in 34 milliseconds