Home
last modified time | relevance | path

Searched refs:preRelease (Results 1 – 10 of 10) sorted by relevance

/haiku/src/kits/package/
H A DPackageVersion.cpp30 SetTo(data.major, data.minor, data.micro, data.preRelease, data.revision); in BPackageVersion()
42 const BString& micro, const BString& preRelease, uint32 revision) in BPackageVersion() argument
44 SetTo(major, minor, micro, preRelease, revision); in BPackageVersion()
150 const BString& micro, const BString& preRelease, uint32 revision) in SetTo() argument
155 fPreRelease = preRelease; in SetTo()
H A DPackageInfoParser.cpp392 BString preRelease; in _ParseVersionValue() local
395 word.text.CopyInto(preRelease, tildePos + 1, in _ParseVersionValue()
399 if (preRelease.IsEmpty()) { in _ParseVersionValue()
405 if (!_IsAlphaNumUnderscore(preRelease, ".", &errorPos)) { in _ParseVersionValue()
451 value->SetTo(major, minor, micro, preRelease, revision); in _ParseVersionValue()
H A DPackageInfo.cpp1462 BString preRelease; in _ExtractVersion() local
1463 error = archive->FindString(fieldName, index, &preRelease); in _ExtractVersion()
1476 _version.SetTo(major, minor, micro, preRelease, revision); in _ExtractVersion()
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DVersion.cpp54 const char* preRelease, uint32 revision) in Init() argument
71 if (preRelease != NULL) { in Init()
72 if (!fPreRelease.SetTo(preRelease)) in Init()
84 const char* preRelease, uint32 revision, Version*& _version) in Create() argument
90 status_t error = version->Init(major, minor, micro, preRelease, revision); in Create()
H A DVersion.h24 const char* micro, const char* preRelease,
28 const char* micro, const char* preRelease,
/haiku/headers/os/package/
H A DPackageVersion.h30 const BString& preRelease, uint32 revision);
45 const BString& preRelease, uint32 revision);
/haiku/headers/os/package/hpkg/
H A DPackageInfoAttributeValue.h28 const char* preRelease; member
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp255 value.version.preRelease, value.version.revision, version); in HandlePackageAttribute()
284 versionInfo.preRelease, versionInfo.revision, version); in HandlePackageAttribute()
297 versionInfo.preRelease, versionInfo.revision, in HandlePackageAttribute()
341 versionInfo.preRelease, versionInfo.revision, version); in HandlePackageAttribute()
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp139 fPackageVersionData.preRelease = value.string; in HandleAttribute()
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp209 fPackageVersionData.preRelease = value.string; in HandleAttribute()