Symbol: GetInfo
headers/build/os/app/Message.h
59
status_t GetInfo(type_code typeRequested, int32 index,
headers/build/os/app/Message.h
62
status_t GetInfo(const char *name, type_code *typeFound,
headers/build/os/app/Message.h
64
status_t GetInfo(const char *name, type_code *typeFound,
headers/os/app/Message.h
68
status_t GetInfo(type_code typeRequested, int32 index,
headers/os/app/Message.h
71
status_t GetInfo(const char* name, type_code* typeFound,
headers/os/app/Message.h
73
status_t GetInfo(const char* name, type_code* typeFound,
headers/os/app/Message.h
75
status_t GetInfo(const char* name, type_code* typeFound,
headers/os/app/MessageRunner.h
32
status_t GetInfo(bigtime_t* interval,
headers/private/debugger/model/StackFrameValueInfos.h
27
bool GetInfo(ObjectID* variable,
headers/private/debugger/model/StackFrameValueInfos.h
32
inline bool GetInfo(ObjectID* variable,
headers/private/debugger/model/StackFrameValueInfos.h
66
return GetInfo(variable, &path, _type, _location);
headers/private/device/JoystickTweaker.h
42
status_t GetInfo(_joystick_info* info, const char *ref);
headers/private/kernel/UserTimer.h
114
virtual void GetInfo(bigtime_t& _remainingTime,
headers/private/kernel/UserTimer.h
150
virtual void GetInfo(bigtime_t& _remainingTime,
headers/private/kernel/UserTimer.h
174
virtual void GetInfo(bigtime_t& _remainingTime,
headers/private/kernel/UserTimer.h
46
virtual void GetInfo(bigtime_t& _remainingTime,
headers/private/kernel/UserTimer.h
75
virtual void GetInfo(bigtime_t& _remainingTime,
headers/private/kernel/disk_device_manager/KDiskSystem.h
44
void GetInfo(user_disk_system_info* info);
headers/private/kernel/platform/efi/protocol/file.h
80
efi_status (*GetInfo) (struct efi_file_protocol* self, efi_guid* info_type,
headers/private/userlandfs/private/Port.h
34
const Info* GetInfo() const;
src/add-ons/input_server/devices/keyboard/TeamListItem.h
33
const team_info* GetInfo();
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
294
kill_team(item->GetInfo()->team);
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
416
teamQuitter->team = item->GetInfo()->team;
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
453
if (item != NULL && item->GetInfo()->team == teamQuitter->team) {
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
583
if (child != NULL && !fItemMap.Get(child->GetInfo()->team)->Found())
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
584
fItemMap.Remove(child->GetInfo()->team);
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
588
if (!fItemMap.Get(item->GetInfo()->team)->Found())
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
589
fItemMap.Remove(item->GetInfo()->team);
src/add-ons/input_server/methods/pen/DumpMessage.cpp
112
for (int which=0; message->GetInfo(B_ANY_TYPE, which,
src/add-ons/kernel/bus_managers/agp_gart/agp_gart.cpp
1025
return aperture->GetInfo(info);
src/add-ons/kernel/bus_managers/agp_gart/agp_gart.cpp
132
status_t GetInfo(aperture_info *info);
src/add-ons/kernel/drivers/disk/virtual/ram_disk/ram_disk.cpp
1019
device->GetInfo(*request);
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.h
27
void GetInfo(attr_info* info) const;
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
1915
attribute->GetInfo(attrInfo);
src/add-ons/kernel/file_systems/netfs/headers/shared/PortChannel.h
25
void GetInfo(Info* info) const;
src/add-ons/kernel/file_systems/netfs/server/AttributeDirectory.cpp
290
attribute->GetInfo(_info);
src/add-ons/kernel/file_systems/netfs/server/AttributeDirectory.h
31
void GetInfo(attr_info* info) const;
src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp
2736
attribute->GetInfo(&bAttrInfo);
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
438
permissionsArchive.GetInfo(B_MESSAGE_TYPE, userIndex, &userName, &type)
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
456
userArchive.GetInfo(B_INT32_TYPE, i, &path, &type) == B_OK;
src/add-ons/kernel/file_systems/netfs/shared/PortConnection.cpp
131
otherChannel->GetInfo(infos + i - 1);
src/add-ons/kernel/file_systems/netfs/shared/PortConnection.cpp
94
channel->GetInfo(&request.channelInfo);
src/add-ons/kernel/file_systems/userlandfs/private/RequestPort.cpp
70
return fPort.GetInfo();
src/add-ons/kernel/network/ppp/shared/libppp/MessageDriverSettingsUtils.cpp
200
parameter.GetInfo(MDSU_PARAMETERS, &type, &parameterCount);
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
328
status_t status = message.GetInfo("ref", &type, &count);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
117
*oFrameCount = mDataSize / (mDecomp->GetInfo(APE_INFO_BITS_PER_SAMPLE) / 8
src/add-ons/media/plugins/ape_reader/APEReader.cpp
118
* mDecomp->GetInfo(APE_INFO_CHANNELS));
src/add-ons/media/plugins/ape_reader/APEReader.cpp
119
*oDuration = mDecomp->GetInfo(APE_INFO_LENGTH_MS)
src/add-ons/media/plugins/ape_reader/APEReader.cpp
123
oFormat->u.raw_audio.frame_rate = mDecomp->GetInfo(APE_INFO_SAMPLE_RATE);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
124
oFormat->u.raw_audio.channel_count = mDecomp->GetInfo(APE_INFO_CHANNELS);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
125
if ( mDecomp->GetInfo(APE_INFO_BITS_PER_SAMPLE) == 16 )
src/add-ons/media/plugins/ape_reader/APEReader.cpp
157
mReadPos = aBlocksRead*mDecomp->GetInfo(APE_INFO_BLOCK_ALIGN);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
168
*time = *frame * 1000 / mDecomp->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS)
src/add-ons/media/plugins/ape_reader/APEReader.cpp
169
* mDecomp->GetInfo(APE_DECOMPRESS_LENGTH_MS);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
172
*frame = (*time) / 1000 * mDecomp->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS)
src/add-ons/media/plugins/ape_reader/APEReader.cpp
173
/ mDecomp->GetInfo(APE_DECOMPRESS_LENGTH_MS);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
192
aNewBlock = (*time) / 1000 * mDecomp->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS)
src/add-ons/media/plugins/ape_reader/APEReader.cpp
193
/ mDecomp->GetInfo(APE_DECOMPRESS_LENGTH_MS);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
197
int64 aNewTime = aNewBlock * mDecomp->GetInfo(APE_INFO_BLOCK_ALIGN);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
203
mReadPosTotal = aNewBlock * mDecomp->GetInfo(APE_INFO_BLOCK_ALIGN);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
239
mDataSize = static_cast<int64>(mDecomp->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS))
src/add-ons/media/plugins/ape_reader/APEReader.cpp
240
*mDecomp->GetInfo(APE_INFO_BLOCK_ALIGN);
src/add-ons/media/plugins/ape_reader/APEReader.cpp
241
mDecodedData = new char [max_c(BUFFER_SIZE*mDecomp->GetInfo(APE_INFO_CHANNELS),
src/add-ons/media/plugins/ape_reader/APEReader.cpp
242
BLOCK_COUNT*mDecomp->GetInfo(APE_INFO_BLOCK_ALIGN))];
src/add-ons/media/plugins/ape_reader/APEReader.cpp
49
return mDecomp->GetInfo(APE_DECOMPRESS_CURRENT_MS)
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
142
int nBaseFrame = nBlockOffset / GetInfo(APE_INFO_BLOCKS_PER_FRAME);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
143
int nBlocksToSkip = nBlockOffset % GetInfo(APE_INFO_BLOCKS_PER_FRAME);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
146
m_nCurrentBlock = nBaseFrame * GetInfo(APE_INFO_BLOCKS_PER_FRAME);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
147
m_nCurrentFrameBufferBlock = nBaseFrame * GetInfo(APE_INFO_BLOCKS_PER_FRAME);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
183
int nFrameBlocks = GetInfo(APE_INFO_FRAME_BLOCKS, m_nCurrentFrame);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
187
int nFrameOffsetBlocks = m_nCurrentFrameBufferBlock % GetInfo(APE_INFO_BLOCKS_PER_FRAME);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
20
if (GetInfo(APE_INFO_FILE_VERSION) < 3930)
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
211
unsigned char cSilence = (GetInfo(APE_INFO_BITS_PER_SAMPLE) == 8) ? 127 : 0;
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
261
if (m_spAPEInfo->GetInfo(APE_INFO_FILE_VERSION) >= 3950)
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
27
GetInfo(APE_INFO_WAVEFORMATEX, (int) &m_wfeInput);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
28
m_nBlockAlign = GetInfo(APE_INFO_BLOCK_ALIGN);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
349
m_nFrameBufferFinishedBlocks += GetInfo(APE_INFO_FRAME_BLOCKS, m_nCurrentFrame);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
367
int nSeekRemainder = (GetInfo(APE_INFO_SEEK_BYTE, nFrameIndex) - GetInfo(APE_INFO_SEEK_BYTE, 0)) % 4;
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
368
return m_spUnBitArray->FillAndResetBitArray(GetInfo(APE_INFO_SEEK_BYTE, nFrameIndex) - nSeekRemainder, nSeekRemainder * 8);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
386
int nSampleRate = m_spAPEInfo->GetInfo(APE_INFO_SAMPLE_RATE, 0, 0);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
396
int nSampleRate = m_spAPEInfo->GetInfo(APE_INFO_SAMPLE_RATE, 0, 0);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
40
? 0 : min(nStartBlock, GetInfo(APE_INFO_TOTAL_BLOCKS));
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
402
nRetVal = GetInfo(APE_INFO_FRAME_BITRATE, m_nCurrentFrame);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
409
const int nBlocksPerFrame = GetInfo(APE_INFO_BLOCKS_PER_FRAME);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
414
int nTotalBytes = (GetInfo(APE_INFO_FRAME_BYTES, nStartFrame) * (m_nStartBlock % nBlocksPerFrame)) / nBlocksPerFrame;
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
416
nTotalBytes += (GetInfo(APE_INFO_FRAME_BYTES, nFinishFrame) * (m_nFinishBlock % nBlocksPerFrame)) / nBlocksPerFrame;
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
419
const int nTotalFrames = GetInfo(APE_INFO_TOTAL_FRAMES);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
42
? GetInfo(APE_INFO_TOTAL_BLOCKS)
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
421
nTotalBytes += GetInfo(APE_INFO_FRAME_BYTES, nFrame);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
424
int nTotalMS = int((double(m_nFinishBlock - m_nStartBlock) * double(1000)) / double(GetInfo(APE_INFO_SAMPLE_RATE)));
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
43
: min(nFinishBlock, GetInfo(APE_INFO_TOTAL_BLOCKS));
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
430
nRetVal = GetInfo(APE_INFO_AVERAGE_BITRATE);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
44
m_bIsRanged = (m_nStartBlock != 0) || (m_nFinishBlock != GetInfo(APE_INFO_TOTAL_BLOCKS));
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
459
WAVEFORMATEX wfeFormat; GetInfo(APE_INFO_WAVEFORMATEX, (int) &wfeFormat, 0);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
461
(m_nFinishBlock - m_nStartBlock) * GetInfo(APE_INFO_BLOCK_ALIGN),
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
480
nRetVal = m_spAPEInfo->GetInfo(Field, nParam1, nParam2);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
62
m_cbFrameBuffer.CreateBuffer((GetInfo(APE_INFO_BLOCKS_PER_FRAME) + DECODE_BLOCK_SIZE) * m_nBlockAlign, m_nBlockAlign * 64);
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
65
m_spUnBitArray.Assign((CUnBitArrayBase *) CreateUnBitArray(this, GetInfo(APE_INFO_FILE_VERSION)));
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
67
if (GetInfo(APE_INFO_FILE_VERSION) >= 3950)
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
69
m_spNewPredictorX.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION)));
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
70
m_spNewPredictorY.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION)));
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
74
m_spNewPredictorX.Assign(new CPredictorDecompressNormal3930to3950(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION)));
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.cpp
75
m_spNewPredictorY.Assign(new CPredictorDecompressNormal3930to3950(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION)));
src/add-ons/media/plugins/ape_reader/MAClib/APEDecompress.h
23
int GetInfo(APE_DECOMPRESS_FIELDS Field, int nParam1 = 0, int nParam2 = 0);
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.cpp
201
int nFrameBytes = GetInfo(APE_INFO_FRAME_BYTES, nFrame);
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.cpp
202
int nFrameBlocks = GetInfo(APE_INFO_FRAME_BLOCKS, nFrame);
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.cpp
257
WAVEFORMATEX wfeFormat; GetInfo(APE_INFO_WAVEFORMATEX, (int) &wfeFormat, 0);
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.cpp
328
nRetVal = GetInfo(APE_INFO_SEEK_BYTE, nFrame + 1) - GetInfo(APE_INFO_SEEK_BYTE, nFrame);
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.cpp
330
nRetVal = m_spIO->GetSize() - m_spAPETag->GetTagBytes() - m_APEFileInfo.nWAVTerminatingBytes - GetInfo(APE_INFO_SEEK_BYTE, nFrame);
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.h
66
#define GET_USES_CRC(APE_INFO) (((APE_INFO)->GetInfo(APE_INFO_FORMAT_FLAGS) & MAC_FORMAT_FLAG_CRC) ? TRUE : FALSE)
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.h
67
#define GET_FRAMES_START_ON_BYTES_BOUNDARIES(APE_INFO) (((APE_INFO)->GetInfo(APE_INFO_FILE_VERSION) > 3800) ? TRUE : FALSE)
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.h
68
#define GET_USES_SPECIAL_FRAMES(APE_INFO) (((APE_INFO)->GetInfo(APE_INFO_FILE_VERSION) > 3820) ? TRUE : FALSE)
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.h
69
#define GET_IO(APE_INFO) ((CIO *) (APE_INFO)->GetInfo(APE_INFO_IO_SOURCE))
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.h
70
#define GET_TAG(APE_INFO) ((CAPETag *) (APE_INFO)->GetInfo(APE_INFO_TAG))
src/add-ons/media/plugins/ape_reader/MAClib/APEInfo.h
85
int GetInfo(APE_DECOMPRESS_FIELDS Field, int nParam1 = 0, int nParam2 = 0);
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
163
APE_FILE_INFO * pInfo = (APE_FILE_INFO *) spAPEDecompress->GetInfo(APE_INTERNAL_INFO);
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
190
APE_FILE_INFO * pInfo = (APE_FILE_INFO *) spAPEDecompress->GetInfo(APE_INTERNAL_INFO);
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
296
THROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAVEFORMATEX, (int) &wfeInput))
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
299
spTempBuffer.Assign(new unsigned char [spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_BYTES)], TRUE);
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
303
THROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_DATA, (int) spTempBuffer.GetPtr(), spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_BYTES)));
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
312
THROW_ON_ERROR(WriteSafe(spioOutput, spTempBuffer, spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_BYTES)));
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
317
if (spAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) == MAC_VERSION_NUMBER && spAPEDecompress->GetInfo(APE_INFO_COMPRESSION_LEVEL) == nCompressionLevel)
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
322
THROW_ON_ERROR(spAPECompress->Start(pOutputFilename, &wfeInput, spAPEDecompress->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS) * spAPEDecompress->GetInfo(APE_INFO_BLOCK_ALIGN),
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
323
nCompressionLevel, spTempBuffer, spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_BYTES)))
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
327
spTempBuffer.Assign(new unsigned char [spAPEDecompress->GetInfo(APE_INFO_BLOCK_ALIGN) * BLOCKS_PER_DECODE], TRUE);
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
330
int nBlocksLeft = spAPEDecompress->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS);
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
347
unsigned int nBytesToWrite = (nBlocksDecoded * spAPEDecompress->GetInfo(APE_INFO_BLOCK_ALIGN));
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
355
THROW_ON_ERROR(spAPECompress->AddData(spTempBuffer, nBlocksDecoded * spAPEDecompress->GetInfo(APE_INFO_BLOCK_ALIGN)))
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
371
if (spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_BYTES) > 0)
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
373
spTempBuffer.Assign(new unsigned char[spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_BYTES)], TRUE);
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
375
THROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_DATA, (int) spTempBuffer.GetPtr(), spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_BYTES)))
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
377
unsigned int nBytesToWrite = spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_BYTES);
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
390
nTerminatingBytes += spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_BYTES);
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
397
THROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_DATA, (int) spTempBuffer.GetPtr(), nTerminatingBytes))
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
403
THROW_ON_ERROR(GET_IO(spAPEDecompress)->Read(&spTempBuffer[spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_BYTES)], nTagBytes, &nBytesRead))
src/add-ons/media/plugins/ape_reader/MAClib/APESimple.cpp
406
THROW_ON_ERROR(spAPECompress->Finish(spTempBuffer, nTerminatingBytes, spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_BYTES)));
src/add-ons/media/plugins/ape_reader/MAClib/MACLib.cpp
25
if (pAPEInfo->GetInfo(APE_INFO_FILE_VERSION) >= 3930)
src/add-ons/media/plugins/ape_reader/MAClib/MACLib.h
265
virtual int GetInfo(APE_DECOMPRESS_FIELDS Field, int nParam1 = 0, int nParam2 = 0) = 0;
src/add-ons/network_settings/dialup/MessageDriverSettingsUtils.cpp
202
parameter.GetInfo(MDSU_PARAMETERS, &type, &parameterCount);
src/add-ons/print/transports/shared/DbgMsg.cpp
74
for (i= 0; msg->GetInfo(B_ANY_TYPE, i, &name, &type, &count) == B_OK; i++) {
src/add-ons/tracker/zipomatic/GenericThread.cpp
342
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.cpp
351
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.cpp
360
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.cpp
369
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.cpp
378
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.cpp
387
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.cpp
396
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.cpp
405
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.cpp
414
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.cpp
423
GetInfo(&threadInfo);
src/add-ons/tracker/zipomatic/GenericThread.h
49
status_t GetInfo(thread_info* threadInfo);
src/add-ons/tracker/zipomatic/ZipperThread.cpp
64
status_t status = fThreadDataStore->GetInfo("refs", &type, &refCount);
src/apps/aboutsystem/Utilities.cpp
178
if (strings.GetInfo(fieldName, &type, &count) != B_OK
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
267
if (message->GetInfo("which", &type, &count) == B_OK) {
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
438
if (message->GetInfo("media_node_id", &type, &count) == B_OK)
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
459
if (message->GetInfo("media_node_id", &type, &count) == B_OK)
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
477
if (message->GetInfo("output", &type, &count) == B_OK)
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
502
if (message->GetInfo("__connection_id", &type, &count) == B_OK)
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
668
if (message->GetInfo("input", &type, &count) == B_OK)
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
686
else if (message->GetInfo("output", &type, &count) == B_OK)
src/apps/cortex/NodeManager/NodeManager.cpp
1894
err = message->GetInfo("media_node_id", &type, &count);
src/apps/cortex/NodeManager/NodeManager.cpp
2138
status_t err = message->GetInfo("media_node_id", &type, &count);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
161
m_message->GetInfo(B_ANY_TYPE, n, &name, &type, &count) == B_OK;
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
181
if(m_message->GetInfo(
src/apps/deskbar/DeskbarUtils.cpp
71
m->GetInfo("refs", &type, &count);
src/apps/deskcalc/CalcView.cpp
829
if (message->GetInfo("refs", NULL, &count) == B_OK) {
src/apps/diskprobe/TypeEditors.cpp
1157
for (int32 i = 0; message.GetInfo(B_ANY_TYPE, i, &name, &type, &count)
src/apps/expander/GenericThread.cpp
334
GetInfo(&info);
src/apps/expander/GenericThread.cpp
343
GetInfo(&info);
src/apps/expander/GenericThread.cpp
352
GetInfo(&info);
src/apps/expander/GenericThread.cpp
361
GetInfo(&info);
src/apps/expander/GenericThread.cpp
370
GetInfo(&info);
src/apps/expander/GenericThread.cpp
379
GetInfo(&info);
src/apps/expander/GenericThread.cpp
388
GetInfo(&info);
src/apps/expander/GenericThread.cpp
397
GetInfo(&info);
src/apps/expander/GenericThread.cpp
406
GetInfo(&info);
src/apps/expander/GenericThread.cpp
415
GetInfo(&info);
src/apps/expander/GenericThread.h
52
status_t GetInfo(thread_info* info);
src/apps/fontdemo/ControlView.cpp
485
if (message->GetInfo(B_ANY_TYPE, 0, &name, &typeFound,
src/apps/haikudepot/ui/App.cpp
434
while (settings.GetInfo(B_ANY_TYPE, i++, &name, &type, &count) == B_OK) {
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPreview.cpp
128
if (message->GetInfo(B_RGB_COLOR_TYPE, 0,
src/apps/packageinstaller/PackageView.cpp
304
status_t ret = message->GetInfo("refs", &type, &count);
src/apps/people/PersonWindow.cpp
361
for (int32 i = 0; message->GetInfo(B_STRING_TYPE, i, &attribute, &type, &count) == B_OK; i++) {
src/apps/showimage/ShowImageWindow.cpp
630
status_t status = message->GetInfo("refs", &type, &count);
src/apps/terminal/PrefHandler.cpp
245
fContainer.GetInfo(B_STRING_TYPE, i, &key, &type) == B_OK;
src/apps/terminal/PrefHandler.cpp
247
fContainer.GetInfo(B_STRING_TYPE, i, (char**)&key, &type) == B_OK;
src/apps/terminal/TermView.cpp
1002
if (message->GetInfo("argv", &type, &argc) == B_OK) {
src/apps/terminal/TerminalRoster.cpp
360
status_t error = data->GetInfo("teams", &type, &count);
src/apps/terminal/ThemeView.cpp
293
if (message->GetInfo(B_RGB_COLOR_TYPE, 0, &name, &type) == B_OK
src/apps/text_search/GrepWindow.cpp
1123
message->GetInfo("text", &type, &count);
src/apps/text_search/GrepWindow.cpp
452
message->GetInfo("refs", &code, &count);
src/apps/webpositive/BrowserWindow.cpp
994
if (message->GetInfo("refs", &type, &countFound) != B_OK
src/bin/hey.cpp
1010
msg->GetInfo(B_ANY_TYPE, i, &namefound, &typefound);
src/bin/hey.cpp
190
if (the_reply.GetInfo("result", &tc) == B_OK) {
src/bin/mail_utils/spamdbm.cpp
5710
ErrorCode = MessagePntr->GetInfo ("arg", &TypeCode, &argc);
src/bin/mail_utils/spamdbm.cpp
5954
ErrorCode = MessagePntr->GetInfo ("refs", &TypeCode, &NumberOfRefs);
src/bin/mail_utils/spamdbm.cpp
7676
if (MessagePntr->GetInfo ("refs", &TypeFound, &CountFound) == B_OK &&
src/bin/mountvolume.cpp
350
status = message->GetInfo("refs", &typeFound, &refCount);
src/bin/rc/decompile.cpp
602
while (msg.GetInfo(B_ANY_TYPE, t, &name, &type, &count) == B_OK) {
src/bin/setmime.cpp
1122
|| superTypes.GetInfo("super_types", &type, &superCount) != B_OK)
src/bin/setmime.cpp
1135
if (types.GetInfo("types", &type, &count) != B_OK)
src/build/libbe/app/Message.cpp
1086
status_t result = GetInfo(B_SPECIFIER_ENTRY, &type, &count);
src/build/libbe/app/Message.cpp
1904
if (GetInfo(name, &type, &count) != B_OK)
src/kits/app/Message.cpp
1478
status_t result = GetInfo(B_SPECIFIER_ENTRY, &type, &count);
src/kits/app/Message.cpp
2910
if (GetInfo(name, &type, &count) != B_OK)
src/kits/debugger/settings/TeamFileManagerSettings.cpp
67
if (fValues.GetInfo("source:mapping", &type, &count) == B_OK)
src/kits/debugger/settings/TeamSignalSettings.cpp
96
if (fValues.GetInfo(skSignalSettingName, &type, &count) == B_OK)
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
351
for (int32 i = 0; fMessage.GetInfo(B_ANY_TYPE, i, &name, &type,
src/kits/device/Joystick.cpp
145
joystickTweaker.GetInfo(fJoystickInfo, portName);
src/kits/interface/ColorControl.cpp
375
if (message->GetInfo(B_RGB_COLOR_TYPE, 0, &name, &type) == B_OK
src/kits/interface/GridLayout.cpp
182
from->GetInfo(kColumnWeightField, NULL, &columns);
src/kits/interface/GridLayout.cpp
185
from->GetInfo(kRowWeightField, NULL, &rows);
src/kits/interface/InterfaceDefs.cpp
1419
while (colors->GetInfo(B_RGB_32_BIT_TYPE, index, &name, &type) == B_OK) {
src/kits/interface/Layout.cpp
476
unarchiver.ArchiveMessage()->GetInfo(kLayoutItemField, NULL, &itemCount);
src/kits/interface/Shape.cpp
166
archive->GetInfo("ops", &type, &count);
src/kits/interface/Shape.cpp
177
archive->GetInfo("pts", &type, &count);
src/kits/interface/TabView.cpp
489
archive->GetInfo("_l_items", NULL, &tabCount);
src/kits/interface/TabView.cpp
577
archive->GetInfo("_l_items", NULL, &tabCount);
src/kits/interface/TwoDimensionalLayout.cpp
1196
status_t err = unarchiver->ArchiveMessage()->GetInfo(field, NULL, &count);
src/kits/interface/View.cpp
721
from->GetInfo("_views", NULL, &count);
src/kits/mail/MailAttachment.cpp
729
for (int32 i = 0; _attributes.GetInfo(B_ANY_TYPE, i, &name, &type) == B_OK;
src/kits/mail/MailComponent.cpp
160
for (int32 i = 0; structure->GetInfo(B_STRING_TYPE, i,
src/kits/mail/MailComponent.cpp
277
headers.GetInfo(B_STRING_TYPE, index, &name, &type);
src/kits/mail/MailComponent.cpp
324
for (int32 index = 0; headers.GetInfo(B_STRING_TYPE, index,
src/kits/mail/MailSettings.cpp
549
message.GetInfo("filters", &typeFound, &countFound);
src/kits/mail/NodeMessage.cpp
31
m.GetInfo(B_ANY_TYPE, i, &name, &type) == 0;
src/kits/media/MediaFormats.cpp
385
|| reply.GetInfo("formats", &code, &count) < B_OK)
src/kits/network/libnetapi/NetworkSettings.cpp
379
if (fNetworks.GetInfo("network", NULL, &count) != B_OK)
src/kits/network/libnetservices/HttpHeaders.cpp
261
if (archive->GetInfo(B_STRING_TYPE, index, &nameFound, NULL) != B_OK)
src/kits/package/DaemonClient.cpp
224
if (message.GetInfo(field, &type, &count) != B_OK) {
src/kits/package/PackageInfo.cpp
1509
if (archive->GetInfo(nameField, &type, &count) != B_OK) {
src/kits/package/PackageInfo.cpp
1561
if (archive->GetInfo(nameField, &type, &count) != B_OK) {
src/kits/package/PackageInfo.cpp
1617
if (archive->GetInfo(pathField, &type, &count) != B_OK) {
src/kits/package/PackageInfo.cpp
1673
if (archive->GetInfo(pathField, &type, &count) != B_OK) {
src/kits/package/PackageInfo.cpp
1726
if (archive->GetInfo(nameField, &type, &count) != B_OK) {
src/kits/shared/ColorPreview.cpp
107
if (message->GetInfo(B_RGB_COLOR_TYPE, 0, &name, &type) == B_OK
src/kits/shared/DriverSettingsMessageAdapter.cpp
123
while (message.GetInfo(B_ANY_TYPE, index++, &name, &type, &count) == B_OK) {
src/kits/shared/SettingsMessage.cpp
576
if (GetInfo(name, &type) == B_OK) {
src/kits/shared/Variant.cpp
423
status_t error = message.GetInfo(fieldName, &type, &count);
src/kits/support/ArchivingManagers.cpp
255
archive->GetInfo(kArchivableField, NULL, &fObjectCount);
src/kits/tracker/ContainerWindow.cpp
1226
status_t result = message->GetInfo(B_ANY_TYPE, globalIndex, &name,
src/kits/tracker/FSClipboard.cpp
137
if (clip->GetInfo(B_REF_TYPE, 0, &refName, &type, &count) == B_OK
src/kits/tracker/FSClipboard.cpp
138
&& clip->GetInfo(B_INT32_TYPE, 0, &modeName, &type, &count)
src/kits/tracker/FSClipboard.cpp
393
for (int32 index = 0; clip->GetInfo(B_REF_TYPE, index,
src/kits/tracker/FSClipboard.cpp
717
while (clip->GetInfo(B_REF_TYPE, index,
src/kits/tracker/FilePanelPriv.cpp
1265
message->GetInfo("refs", &type, &count);
src/kits/tracker/FilePanelPriv.cpp
322
if (message->GetInfo("refs", &type, &count) != B_OK)
src/kits/tracker/FindPanel.cpp
1178
if (message.GetInfo("refs", NULL, &count) != B_OK)
src/kits/tracker/FindPanel.cpp
1694
message->GetInfo("refs", NULL, &count);
src/kits/tracker/MimeTypeList.cpp
161
message.GetInfo("types", &type, &count);
src/kits/tracker/QueryPoseView.cpp
604
if ((result = message.GetInfo("refs", NULL, &count)) != B_OK)
src/kits/tracker/Tracker.cpp
1138
message->GetInfo("refs", &type, &count);
src/kits/tracker/Tracker.cpp
1154
message->GetInfo("refs", &type, &count);
src/kits/tracker/Tracker.cpp
656
message->GetInfo("refs", &type, &count);
src/kits/tracker/Tracker.cpp
691
message->GetInfo("refs", &type, &count);
src/kits/tracker/Tracker.cpp
726
message->GetInfo("refs", &type, &count);
src/kits/tracker/Tracker.cpp
926
message->GetInfo("refs", &type, &count);
src/kits/tracker/Tracker.cpp
978
status_t error = message->GetInfo(B_ANY_TYPE, i, &name,
src/kits/tracker/Utilities.cpp
1181
message->GetInfo("refs", &type, &count);
src/kits/tracker/Utilities.cpp
1193
message->GetInfo("refs", &type, &count);
src/libs/alm/ALMLayout.cpp
1192
if (archive->GetInfo(kBadLayoutPolicyField, NULL) == B_OK) {
src/libs/alm/ALMLayout.cpp
1201
archive->GetInfo(kXTabsField, NULL, &tabCount);
src/libs/alm/ALMLayout.cpp
1214
archive->GetInfo(kYTabsField, NULL, &tabCount);
src/libs/alm/ALMLayout.cpp
288
archive->GetInfo(kXTabsField, NULL, &tabCount);
src/libs/alm/ALMLayout.cpp
292
archive->GetInfo(kYTabsField, NULL, &tabCount);
src/libs/alm/ALMLayout.cpp
296
if (err == B_OK && archive->GetInfo(kBadLayoutPolicyField, NULL) == B_OK)
src/libs/alm/SharedSolver.cpp
276
archive->GetInfo(kConstraintsField, NULL, &count);
src/libs/icon/shape/VectorPath.cpp
146
if (archive->GetInfo("point", &typeFound, &countFound) >= B_OK
src/libs/print/libprint/DbgMsg.cpp
67
for (i= 0; msg->GetInfo(B_ANY_TYPE, i, &name, &type, &count) == B_OK; i++) {
src/libs/print/libprint/PrintUtils.cpp
135
for (int32 i = 0; from->GetInfo(B_ANY_TYPE, i, &name, &type, &count)
src/preferences/appearance/ColorsView.cpp
116
if (message->GetInfo(B_RGB_COLOR_TYPE, 0, &name, &type) == B_OK
src/preferences/datatranslations/TranslatorListView.cpp
97
message->GetInfo("refs", &type, &count);
src/preferences/filetypes/ApplicationTypeWindow.cpp
294
return message->GetInfo("refs", &type) == B_OK && type == B_REF_TYPE;
src/preferences/filetypes/FileTypesWindow.cpp
1198
if (attributes.GetInfo(kAttributeNames[i], &type, &count,
src/preferences/filetypes/FileTypesWindow.cpp
607
if (message->GetInfo("refs", &type) == B_OK
src/preferences/filetypes/IconView.cpp
727
if (message->GetInfo("refs", &type, &count) == B_OK && count == 1
src/preferences/filetypes/IconView.cpp
737
if ((message->GetInfo("icon/large", &type) == B_OK
src/preferences/filetypes/IconView.cpp
739
|| (message->GetInfo("icon", &type) == B_OK
src/preferences/filetypes/IconView.cpp
741
|| (message->GetInfo("icon/mini", &type) == B_OK
src/preferences/notifications/NotificationsView.cpp
261
if (settings.GetInfo("app_usage", &type, &count) != B_OK)
src/preferences/repositories/RepositoriesSettings.cpp
59
settings.GetInfo(key_name, &type, &count);
src/preferences/time/NetworkTimeView.cpp
83
fMessage.GetInfo("server", NULL, &count);
src/servers/app/Desktop.cpp
2423
window->GetInfo(info);
src/servers/app/Desktop.cpp
2955
while (fPendingColors.GetInfo(type, index, &name, &type) == B_OK) {
src/servers/app/DesktopSettings.cpp
704
while (colors.GetInfo(B_RGB_32_BIT_TYPE, index, &name, &type) == B_OK) {
src/servers/app/ServerWindow.h
105
void GetInfo(window_info& info);
src/servers/bluetooth/LocalDeviceHandler.cpp
59
return (fProperties->GetInfo(property, &typeFound, &countFound) == B_OK );
src/servers/keystore/Keyring.cpp
187
status_t result = fApplications.GetInfo(B_MESSAGE_TYPE, cookie++,
src/servers/keystore/Keyring.cpp
215
if (fApplications.GetInfo(signature, &type, &count) != B_OK)
src/servers/keystore/Keyring.cpp
268
if (fApplications.GetInfo(signature, &type, &count) != B_OK)
src/servers/keystore/Keyring.cpp
300
if (fData.GetInfo(identifier, &type, &count) != B_OK)
src/servers/keystore/Keyring.cpp
347
if (fData.GetInfo(B_MESSAGE_TYPE, keyIndex, &identifier, NULL,
src/servers/keystore/Keyring.cpp
432
if (fData.GetInfo(identifier, &type, &count) != B_OK)
src/servers/launch/BaseJob.cpp
144
for (int32 index = 0; message.GetInfo(B_STRING_TYPE, index, &name, &type,
src/servers/launch/Conditions.cpp
188
for (int32 index = 0; args.GetInfo(B_MESSAGE_TYPE, index, &name, &type,
src/servers/launch/Conditions.cpp
526
if (settings.GetInfo(fField, &type, &count) == B_OK) {
src/servers/launch/Events.cpp
267
for (int32 index = 0; args.GetInfo(B_MESSAGE_TYPE, index, &name, &type,
src/servers/mail/MailDaemonApplication.cpp
679
message->GetInfo("account", &typeFound, &countFound);
src/servers/notification/NotificationWindow.cpp
406
if (settings.GetInfo("app_usage", &type, &count) != B_OK)
src/servers/registrar/TRoster.cpp
1756
status_t typeError = request->GetInfo("file type", &typeFound,
src/system/kernel/UserTimer.cpp
1843
timer->GetInfo(info.remaining_time, info.interval, info.overrun_count);
src/system/kernel/disk_device_manager/ddm_userland_interface.cpp
483
diskSystem->GetInfo(&info);
src/system/kernel/disk_device_manager/ddm_userland_interface.cpp
508
diskSystem->GetInfo(&info);
src/system/kernel/disk_device_manager/ddm_userland_interface.cpp
535
diskSystem->GetInfo(&info);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
514
for (int32 index = 0; defaultValues.GetInfo(B_STRING_TYPE, index, &name, &code) == B_OK; index ++) {
src/tests/kits/app/bmessagerunner/BMessageRunnerTester.cpp
51
CHK(runner.GetInfo(&runnerInterval, &runnerCount) == error);
src/tests/kits/app/bmessagerunner/GetInfoTester.cpp
59
CHK(runner.GetInfo(&readInterval, NULL) == B_OK);
src/tests/kits/app/bmessagerunner/GetInfoTester.cpp
61
CHK(runner.GetInfo(NULL, &readCount) == B_OK);
src/tests/kits/app/bmessagerunner/GetInfoTester.cpp
63
CHK(runner.GetInfo(NULL, NULL) == B_OK);
src/tests/kits/app/bmessagerunner/GetInfoTester.cpp
87
CHK(runner.GetInfo(&readInterval, NULL) == B_BAD_VALUE);
src/tests/kits/app/bmessagerunner/GetInfoTester.cpp
88
CHK(runner.GetInfo(NULL, &readCount) == B_BAD_VALUE);
src/tests/kits/app/bmessagerunner/GetInfoTester.cpp
89
CHK(runner.GetInfo(NULL, NULL) == B_BAD_VALUE);
src/tests/kits/app/bmessagerunner/SetCountTester.cpp
51
CHK(runner.GetInfo(&runnerInterval, &runnerCount) == error);
src/tests/kits/app/bmessagerunner/SetIntervalTester.cpp
51
CHK(runner.GetInfo(&runnerInterval, &runnerCount) == error);
src/tests/kits/app/broster/GetRecentTester.cpp
168
err = refMsg->GetInfo("refs", &type, &realCount);
src/tests/kits/game/simple_game_sound_test/SimpleSoundTest.cpp
75
msg->GetInfo("refs", &type, &count);
src/tests/kits/storage/AppFileInfoTest.cpp
508
bool equal = (types.GetInfo("types", &type1, &count1) == B_OK
src/tests/kits/storage/AppFileInfoTest.cpp
509
&& value.types.GetInfo("types", &type2, &count2) == B_OK
src/tests/kits/storage/MimeTypeTest.cpp
2256
err = typeMessage.GetInfo(fieldName, &type, &count);
src/tests/kits/storage/MimeTypeTest.cpp
2652
for (int i = 0; msg.GetInfo(B_STRING_TYPE, i, &type, &typeVal, &count) == B_OK; i++ ) {
src/tests/kits/storage/MimeTypeTest.cpp
305
err = msg1.GetInfo(B_ANY_TYPE, i, &name, &typeFound1, &countFound1);
src/tests/kits/storage/MimeTypeTest.cpp
307
err = msg2.GetInfo(name, &typeFound2, &countFound2);
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
160
message.GetInfo(B_ANY_TYPE, i, &name, &typeCode, &count) == B_OK;
src/tests/servers/input/msgspy/MsgSpy.cpp
93
for (int32 i = 0; B_OK == message->GetInfo(B_ANY_TYPE,
src/tests/servers/launch/SettingsParserTest.cpp
77
if (message.GetInfo(name, NULL, &found, NULL) != B_OK)
src/tests/system/kernel/file_corruption/fs/Volume.h
37
void GetInfo(fs_info& info);
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
925
volume->GetInfo(*info);
src/tools/elfsymbolpatcher/ElfFile.cpp
76
Elf_Word GetInfo() const;
src/tools/opd_to_package_info/opd_to_package_info.cpp
92
if (fPackage.GetInfo(fieldName, &type, &count) != B_OK) {