Searched refs:GetVersionInfo (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/apps/cortex/InfoView/
H A DAppNodeInfoView.cpp94 if (appFileInfo.GetVersionInfo(&appVersion, B_APP_VERSION_KIND) == B_OK)
/haiku-fatelf/headers/build/os/storage/
H A DAppFileInfo.h76 status_t GetVersionInfo(version_info *info, version_kind kind) const;
/haiku-fatelf/src/bin/
H A Dversion.cpp48 if (info.GetVersionInfo(&version, kind) != B_OK) {
H A Dsetversion.cpp345 if (info.GetVersionInfo(&clean, kind) != B_OK) {
/haiku-fatelf/headers/os/storage/
H A DAppFileInfo.h87 status_t GetVersionInfo(version_info *info, version_kind kind) const;
/haiku-fatelf/src/tests/kits/storage/
H A DAppFileInfoTest.cpp675 status_t error = info.GetVersionInfo(&value.app, B_APP_VERSION_KIND);
677 error = info.GetVersionInfo(&value.system, B_SYSTEM_VERSION_KIND);
2160 // status_t GetVersionInfo(version_info *info, version_kind kind) const;
2168 // status_t GetVersionInfo(version_info *info, version_kind kind) const
2174 CHK(appFileInfo.GetVersionInfo(&info, B_APP_VERSION_KIND)
2177 CHK(appFileInfo.GetVersionInfo(&info2, B_SYSTEM_VERSION_KIND)
2187 CHK(appFileInfo.GetVersionInfo(&info, B_APP_VERSION_KIND)
2190 CHK(appFileInfo.GetVersionInfo(&info2, B_SYSTEM_VERSION_KIND)
2204 CHK(appFileInfo.GetVersionInfo(&info, B_APP_VERSION_KIND) == B_OK);
2206 CHK(appFileInfo.GetVersionInfo(
[all...]
/haiku-fatelf/src/servers/registrar/mime/
H A DUpdateMimeInfoThread.cpp217 err = appFileInfoRead.GetVersionInfo(&versionInfo, kind);
/haiku-fatelf/src/apps/switcher/
H A DLaunchButton.cpp356 && appFileInfo.GetVersionInfo(&info,
/haiku-fatelf/src/build/libbe/storage/mime/
H A DUpdateMimeInfoThread.cpp343 err = appFileInfoRead.GetVersionInfo(&versionInfo, kind);
/haiku-fatelf/src/kits/shared/
H A DAboutWindow.cpp185 if (appMime.GetVersionInfo(&versionInfo, B_APP_VERSION_KIND) == B_OK) {
/haiku-fatelf/src/apps/launchbox/
H A DLaunchButton.cpp401 && appFileInfo.GetVersionInfo(&info,
/haiku-fatelf/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp432 && appInfo.GetVersionInfo(&versionInfo, B_APP_VERSION_KIND)
H A DApplicationTypeWindow.cpp538 if (info.GetVersionInfo(&versionInfo, B_APP_VERSION_KIND) != B_OK)
/haiku-fatelf/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp53 return appinfo.GetVersionInfo(info, B_APP_VERSION_KIND);
/haiku-fatelf/src/kits/tracker/
H A DModel.cpp1254 error = info.GetVersionInfo(&version, kind);
1276 error = info.GetVersionInfo(&version, kind);
H A DWidgetAttributeText.cpp2132 && info.GetVersionInfo(&version, fAppVersion
/haiku-fatelf/src/kits/app/
H A DRoster.cpp272 bool hasVersionInfo1 = (appFileInfo1.GetVersionInfo(
274 bool hasVersionInfo2 = (appFileInfo2.GetVersionInfo(
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp699 // GetVersionInfo
714 BAppFileInfo::GetVersionInfo(version_info *info, version_kind kind) const function in class:BAppFileInfo
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp793 // GetVersionInfo
808 BAppFileInfo::GetVersionInfo(version_info* info, version_kind kind) const function in class:BAppFileInfo
/haiku-fatelf/src/apps/aboutsystem/
H A DAboutSystem.cpp585 && appFileInfo.GetVersionInfo(&versionInfo,
/haiku-fatelf/src/apps/mail/
H A DMailWindow.cpp2393 appFileInfo.GetVersionInfo(&info, B_APP_VERSION_KIND);
/haiku-fatelf/src/tests/kits/game/chart/
H A DChartWindow.cpp353 return appinfo.GetVersionInfo(info, B_APP_VERSION_KIND);

Completed in 243 milliseconds