Searched refs:GetSize (Results 26 - 50 of 174) sorted by relevance

1234567

/haiku/headers/build/os/storage/
H A DStatable.h39 status_t GetSize(off_t *size) const;
H A DFile.h58 virtual status_t GetSize(off_t* size) const;
/haiku/headers/private/storage/
H A DFileIO.h32 virtual status_t GetSize(off_t* size) const;
/haiku/headers/private/userlandfs/private/
H A DRequest.h24 int32 GetSize() const { return fSize; } function in class:UserlandFSUtil::Address
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.h29 off_t GetSize() const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h33 off_t GetSize() const;
H A DRequestBufferReplacer.cpp109 int32 size = data.GetSize();
/haiku/src/tests/kits/app/
H A DDanoMessageTest.cpp37 if (file.GetSize(&size) != B_OK)
/haiku/src/tools/restest/
H A DResourceItem.h27 roff_t GetSize() const;
/haiku/headers/os/storage/
H A DStatable.h48 status_t GetSize(off_t* size) const;
H A DFile.h44 virtual status_t GetSize(off_t* size) const;
/haiku/src/kits/support/
H A DDataPositionIOWrapper.cpp100 BDataPositionIOWrapper::GetSize(off_t* size) const function in class:BDataPositionIOWrapper
/haiku/src/add-ons/kernel/file_systems/ramfs/
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 DDirectory.h26 virtual off_t GetSize() const;
H A DDataContainer.h26 off_t GetSize() const { return fSize; } function in class:DataContainer
/haiku/src/tests/add-ons/translators/pngtranslator/
H A DPNGTranslatorTest.cpp327 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
335 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
343 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
353 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
363 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
373 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp77 error = file.GetSize(&size);
159 if (entry.GetSize(&fileSize) == B_OK)
/haiku/src/kits/storage/
H A DFileDescriptorIO.cpp86 BFileDescriptorIO::GetSize(off_t* size) const function in class:BFileDescriptorIO
H A DFdIO.cpp114 BFdIO::GetSize(off_t* _size) const function in class:BFdIO
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.h16 status_t GetSize(int32 *width, int32 *height);
/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/xfs/
H A DVolume.cpp116 if (opener.GetSize(&diskSize) != B_OK) {
/haiku/headers/private/media/experimental/
H A DAdapterIO.h56 virtual status_t GetSize(off_t* size) const;
/haiku/src/tests/add-ons/translators/tifftranslator/
H A DTIFFTranslatorTest.cpp334 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
342 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
350 CPPUNIT_ASSERT(output.GetSize(&filesize) == B_OK);
/haiku/src/tests/kits/storage/
H A DFileTest.cpp559 CPPUNIT_ASSERT( file.GetSize(&size) != B_OK );
565 CPPUNIT_ASSERT( file.GetSize(&size) == B_OK );
568 CPPUNIT_ASSERT( file.GetSize(&size) == B_OK );
575 CPPUNIT_ASSERT( file.GetSize(&size) == B_OK );
578 CPPUNIT_ASSERT( file.GetSize(&size) == B_OK );
585 CPPUNIT_ASSERT( file.GetSize(&size) == B_OK );
588 CPPUNIT_ASSERT( file.GetSize(&size) == B_OK );
595 CPPUNIT_ASSERT( file.GetSize(&size) == B_OK );
598 CPPUNIT_ASSERT( file.GetSize(&size) == B_OK );
605 CPPUNIT_ASSERT( file.GetSize(
[all...]

Completed in 134 milliseconds

1234567