Searched refs:ReadExactly (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tests/apps/haikudepot/
H A DDataIOUtilsTest.cpp42 status_t result = base64DecodingIo.ReadExactly(actualOutputBuffer, 70, &actualReadBytes);
71 status_t result = base64DecodingIo.ReadExactly(actualOutputBuffer, 76, &actualReadBytes);
100 status_t result = base64DecodingIo.ReadExactly(actualOutputBuffer, 6, &actualReadBytes);
/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.cpp19 result = source->ReadExactly(buffer, BUFFER_SIZE, &sizeRead);
141 result = fDelegate->ReadExactly(&delegateRead, 1);
/haiku/src/apps/haikudepot/tar/
H A DTarArchiveService.cpp37 status_t result = tarIo.ReadExactly(buffer, LENGTH_BLOCK);
62 && B_OK == (result = tarIo.ReadExactly(
/haiku/headers/os/support/
H A DDataIO.h22 status_t ReadExactly(void* buffer, size_t size,
/haiku/src/apps/haikudepot/ui_generic/
H A DSharedBitmap.cpp119 if (data.ReadExactly(fBuffer, size) == B_OK)
/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp36 CHK(ring.ReadExactly(buffer, size, &read) == B_OK);
/haiku/src/kits/support/
H A DDataIO.cpp58 BDataIO::ReadExactly(void* buffer, size_t size, size_t* _bytesRead) function in class:BDataIO
/haiku/src/kits/shared/
H A DJson.cpp239 return Data()->ReadExactly(buffer, 1);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp1146 if (B_OK != requestData->ReadExactly(buffer, size)) {

Completed in 91 milliseconds