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

/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp876 BString licensePath("data/licenses/");
877 licensePath << licenseName;
879 if (!_IsEntryInPackage(licensePath)) {
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1432 BPath licensePath; local
1433 if (_GetLicensePath(licenseURL, licensePath) == B_OK) {
1435 new OpenFileAction(licensePath.Path()));

Completed in 32 milliseconds