Home
last modified time | relevance | path

Searched refs:kVersionInfoAttribute (Results 1 – 3 of 3) sorted by relevance

/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp45 static const char* kVersionInfoAttribute = "BEOS:APP_VERSION"; variable
566 status_t error = _ReadData(kVersionInfoAttribute, kVersionInfoResourceID, in GetVersionInfo()
616 if (_ReadData(kVersionInfoAttribute, kVersionInfoResourceID, in SetVersionInfo()
630 error = _WriteData(kVersionInfoAttribute, in SetVersionInfo()
635 error = _RemoveData(kVersionInfoAttribute, B_VERSION_INFO_TYPE); in SetVersionInfo()
/haiku/src/kits/storage/
H A DAppFileInfo.cpp45 static const char* kVersionInfoAttribute = "BEOS:APP_VERSION"; variable
564 status_t error = _ReadData(kVersionInfoAttribute, kVersionInfoResourceID, in GetVersionInfo()
614 if (_ReadData(kVersionInfoAttribute, kVersionInfoResourceID, in SetVersionInfo()
628 error = _WriteData(kVersionInfoAttribute, in SetVersionInfo()
633 error = _RemoveData(kVersionInfoAttribute, B_VERSION_INFO_TYPE); in SetVersionInfo()
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp66 static const char *kVersionInfoAttribute = "BEOS:APP_VERSION"; variable
688 CheckAttr(file, kVersionInfoAttribute, VERSION_INFO_TYPE, in CheckAttribute()
695 ::CheckResource(file, kVersionInfoAttribute, in CheckResource()
899 CheckAttr(node, kVersionInfoAttribute, VERSION_INFO_TYPE, data, in CheckVersionInfoAttr()
908 CheckResource(file, kVersionInfoAttribute, kVersionInfoResourceID, in CheckVersionInfoResource()
2278 CheckNoAttr(file, kVersionInfoAttribute); in VersionInfoTest()
2280 CheckNoResource(file, kVersionInfoAttribute); in VersionInfoTest()
2294 CheckNoAttr(file, kVersionInfoAttribute); in VersionInfoTest()
2296 CheckNoResource(file, kVersionInfoAttribute); in VersionInfoTest()