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

1234567

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DFile.cpp37 off_t oldSize = DataContainer::GetSize();
43 if (oldSize != DataContainer::GetSize()) {
57 off_t oldSize = DataContainer::GetSize();
68 // GetSize
70 File::GetSize() const function in class:File
72 return DataContainer::GetSize();
79 info.AddFileAllocation(GetSize());
H A DFile.h24 virtual off_t GetSize() const;
H A DNode.h60 virtual off_t GetSize() const = 0;
H A DQuery.cpp237 return node->GetSize();
H A DSizeIndex.cpp22 : node(node), size(node->GetSize()) {}
167 off_t newSize = node->GetSize();
265 *(off_t*)buffer = entry->GetNode()->GetSize();
337 if (!ignoreValue && fNode && fNode->GetSize() != size)
H A DSymLink.cpp42 // GetSize
44 SymLink::GetSize() const function in class:SymLink
73 info.AddSymLinkAllocation(GetSize());
H A DSymLink.h17 virtual off_t GetSize() const;
H A Dkernel_interface.cpp694 st->st_size = node->GetSize();
1014 pos = node->GetSize();
1776 st->st_size = attribute->GetSize();
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp1407 fStreamSize = statData.GetSize();
H A DStatItem.h127 uint64 GetSize() const function in class:StatData
182 PRINT((" size: %" B_PRIu64 "\n", GetSize()));
H A Dkernel_interface.cpp341 st->st_size = statData->GetSize();
/haiku/src/add-ons/kernel/file_systems/shared/
H A DDeviceOpener.cpp110 DeviceOpener::GetSize(off_t* _size, uint32* _blockSize) function in class:DeviceOpener
/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/userlandfs/server/
H A DUserlandRequestHandler.cpp714 bufferSize = request->buffer.GetSize();
1295 request->pos, request->buffer.GetData(), request->buffer.GetSize(),
1893 request->pos, request->buffer.GetData(), request->buffer.GetSize(),
2453 event.SetTo(request->event.GetData(), request->event.GetSize());
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.cpp116 if (opener.GetSize(&diskSize) != B_OK) {
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp101 err = keyFile.GetSize(&size);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp416 file.GetSize(&size);
/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/add-ons/translators/avif/
H A DAVIFTranslator.cpp396 stream->GetSize(&streamLength);
/haiku/src/add-ons/translators/raw/
H A DLibRAW.cpp73 fStream->GetSize(&fSize);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp829 fileSource->GetSize(&size);
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp319 stream->GetSize(&streamLength);
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp544 error = positionIO->GetSize(&fileSize);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp521 status = fFile.GetSize(&fSize);
1029 if (fFile.GetSize(&newSize) != B_OK)

Completed in 167 milliseconds

1234567