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

/haiku/headers/os/package/
H A DPackageInfo.h224 struct PackageFileLocation;
239 const PackageFileLocation& fileLocation);
/haiku/src/kits/package/
H A DPackageInfo.cpp133 // #pragma mark - PackageFileLocation
136 struct BPackageInfo::PackageFileLocation { struct in class:BPackageKit::BPackageInfo
137 PackageFileLocation(const char* path) function in struct:BPackageKit::BPackageInfo::PackageFileLocation
144 PackageFileLocation(int fd) function in struct:BPackageKit::BPackageInfo::PackageFileLocation
333 return _ReadFromPackageFile(PackageFileLocation(path));
340 return _ReadFromPackageFile(PackageFileLocation(fd));
1176 BPackageInfo::_ReadFromPackageFile(const PackageFileLocation& fileLocation)

Completed in 54 milliseconds