Searched refs:GetSize (Results 1 - 25 of 174) sorted by last modified time

1234567

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp694 st->st_size = node->GetSize();
1014 pos = node->GetSize();
1776 st->st_size = attribute->GetSize();
H A DQuery.cpp237 return node->GetSize();
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp493 if (fSource->GetSize(&fileSize) != B_OK)
820 if (stream->fSource->GetSize(&size) == B_OK)
H A DAVFormatWriter.cpp645 if (mediaIO->GetSize(&size) == B_OK)
/haiku/src/kits/package/
H A DPackageInfo.cpp298 status_t result = packageInfoFile.GetSize(&size);
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp2016 status = a.GetSize(&aSize);
2021 status = b.GetSize(&bSize);
H A DVolume.cpp1084 error = file.GetSize(&size);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp992 fCaptcha->PngImageData()->GetSize(&size);
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp73 size_t GetSize() const;
144 // GetSize
146 ElfSection::GetSize() const function in class:ElfSection
187 count = GetSize() / GetEntrySize();
227 printf("section %32s: size: %lu\n", GetName(), GetSize());
274 int32 symbolCount = fSection->GetSize() / symbolSize;
374 int32 entryCount = fSection->GetSize() / entrySize;
563 size = (data ? section->GetSize() : 0);
607 error = fFile.GetSize(&fileSize);
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp95 status_t ret = GetSize(&bufferSize);
113 GetSize(&bufferSize);
160 virtual status_t GetSize(off_t* size) const function in class:RelativePositionIO
308 if (GetSize(&size) != B_OK)
359 BAdapterIO::GetSize(off_t* size) const function in class:BAdapterIO
368 return fBuffer->GetSize(size);
455 if (GetSize(&totalSize) != B_OK)
/haiku/headers/private/media/experimental/
H A DAdapterIO.h56 virtual status_t GetSize(off_t* size) const;
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1968 entry.GetSize(&size);
/haiku/src/apps/mail/
H A DMailWindow.cpp2914 file.GetSize(&size);
H A DEnclosures.cpp475 file.GetSize(&bytes);
/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/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp544 error = positionIO->GetSize(&fileSize);
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp244 err = file.GetSize(&size);
/haiku/src/bin/
H A Dxres.cpp233 error = file.GetSize(&size);
/haiku/src/tools/restest/
H A DResourceFile.cpp314 dataSize += item->GetSize();
361 dataSize += item->GetSize();
419 uint32 entrySize = item->GetSize();
434 uint32 entrySize = item->GetSize();
541 int32 size = fInfoTableItem->GetSize();
559 item->GetSize(), item->GetName());
614 error = fFile.GetSize(&fFileSize);
626 error = file.GetSize(&fileSize);
786 error = file.GetSize(&fileSize);
1002 int32 dataSize = fInfoTableItem->GetSize();
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/random_read/
H A Drandom_read.cpp74 if ((status = file.GetSize(&size)) < B_OK) {
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp144 fPackageFile->GetSize(&actualSize);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp521 status = fFile.GetSize(&fSize);
1029 if (fFile.GetSize(&newSize) != B_OK)
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp101 err = keyFile.GetSize(&size);
/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/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp1407 fStreamSize = statData.GetSize();

Completed in 199 milliseconds

1234567