Searched refs:licenseNames (Results 1 - 2 of 2) sorted by path

/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp129 const BStringList& licenseNames = fRepositoryInfo->LicenseNames(); local
130 for (int i = 0; i < licenseNames.CountStrings(); ++i) {
131 if (licenseNames.StringAt(i).ICompare(entry->Name()) == 0) {
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp78 const BStringList licenseNames = repositoryInfo.LicenseNames(); local
79 if (!licenseNames.IsEmpty()) {
81 for (int i = 0; i < licenseNames.CountStrings(); ++i)
82 printf("\t\t%s\n", licenseNames.StringAt(i).String());

Completed in 271 milliseconds