Searched refs:ReadFromPackageFile (Results 1 - 8 of 8) sorted by relevance

/haiku/src/bin/package/
H A Dcommand_info.cpp58 status_t error = info.ReadFromPackageFile(fileName);
/haiku/src/servers/package/
H A DPackageFile.cpp68 error = fInfo.ReadFromPackageFile(fd.Get());
/haiku/headers/os/package/
H A DPackageInfo.h60 status_t ReadFromPackageFile(const char* path);
61 status_t ReadFromPackageFile(int fd);
/haiku/src/apps/installer/
H A DPackageViews.cpp60 info.ReadFromPackageFile(path.Path());
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp168 error = packageInfo.ReadFromPackageFile(path);
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp341 if ((result = packageInfo.ReadFromPackageFile(
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp378 status_t status = info.ReadFromPackageFile(path.Path());
/haiku/src/kits/package/
H A DPackageInfo.cpp331 BPackageInfo::ReadFromPackageFile(const char* path) function in class:BPackageKit::BPackageInfo
338 BPackageInfo::ReadFromPackageFile(int fd) function in class:BPackageKit::BPackageInfo

Completed in 53 milliseconds