Searched refs:GetSize (Results 101 - 125 of 174) sorted by relevance

1234567

/haiku/src/add-ons/translators/raw/
H A DLibRAW.cpp73 fStream->GetSize(&fSize);
/haiku/src/kits/storage/
H A DStatable.cpp190 BStatable::GetSize(off_t* size) const function in class:BStatable
H A DMime.cpp341 status = file.GetSize(&size);
H A DResourceFile.cpp291 error = fFile.GetSize(&parseInfo.file_size);
384 error = file.GetSize(&fileSize);
463 error = file.GetSize(&fileSize);
686 error = file.GetSize(&fileSize);
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp223 resultBuffer.GetSize(&length);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp237 return node->GetSize();
H A DDirectory.cpp59 // GetSize
61 Directory::GetSize() const function in class:Directory
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp1046 size_t nameLen = reply->buffer.GetSize();
1454 if (writeSize > reply->buffer.GetSize())
1455 writeSize = reply->buffer.GetSize();
1692 if (reply->bytesRead > (uint32)reply->buffer.GetSize()
2178 if (reply->bytesRead > (uint32)reply->buffer.GetSize()
2454 if ((int32)bufferSize < reply->buffer.GetSize())
2458 reply->buffer.GetSize()));
2465 uint32 copyBytes = reply->buffer.GetSize();
2643 if ((int32)bufferSize < reply->buffer.GetSize())
2651 uint32 copyBytes = reply->buffer.GetSize();
[all...]
/haiku/src/tests/kits/app/bmessage/
H A DMessageSpeedTest.cpp238 file.GetSize(&size); \
280 file.GetSize(&size); \
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp819 int32 bytesRead = reply->data.GetSize();
1009 if (reply->data.GetSize() > (int32)bufferSize)
1011 *bytesRead = reply->data.GetSize();
1573 int32 nameLen = reply->name.GetSize();
1638 int32 size = attribute->GetSize();
1707 int32 bytesRead = reply->data.GetSize();
1953 int32 nameLen = entryInfo.name.GetSize();
2129 int32 nameLen = entryInfo.name.GetSize();
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPETag.cpp650 if (m_spIO->GetSize() > ID3_TAG_BYTES)
670 if (m_spIO->GetSize() > APE_TAG_FOOTER_BYTES && bFailedToRemove == FALSE)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp202 if (opener.GetSize(&diskSize, &fDeviceBlockSize) != B_OK)
562 if (opener.GetSize(&deviceSize, &deviceBlockSize) < B_OK)
/haiku/src/bin/
H A Durlwrapper.cpp96 if (f.GetSize(&size) < B_OK)
134 if (f.GetSize(&size) < B_OK)
/haiku/src/apps/diskusage/
H A DScanner.cpp256 entry.GetSize(&child->size);
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp112 ViewBuffer::GetSize(int32 *width, int32 *height) function in class:ViewBuffer
H A DConsole.cpp23 fOutput->GetSize(&fColumns, &fLines);
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp319 stream->GetSize(&streamLength);
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp146 res = catalogFile.GetSize(&sz);
/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp238 if (file.GetSize(&filesize) == B_OK) {
/haiku/src/kits/package/
H A DRepositoryInfo.cpp345 if ((result = file.GetSize(&size)) != B_OK)
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp101 err = keyFile.GetSize(&size);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp1136 fController->GetSize(&width, &height,
1146 fController->GetSize(&width, &height);
1451 fController->GetSize(&width, &height);
1467 fController->GetSize(&width, &height);
1481 fController->GetSize(&width, &height);
1686 fController->GetSize(&fSourceWidth, &fSourceHeight,
1858 fController->GetSize(&width, &height, &widthAspect, &heightAspect);
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp971 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
979 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
987 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
/haiku/src/tests/add-ons/translators/stxttranslator/
H A DSTXTTranslatorTest.cpp318 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp447 swapFile.GetSize(&swapFileSize);

Completed in 178 milliseconds

1234567