WriteExactly
status_t WriteExactly(const void* buffer, size_t size,
error = output->WriteExactly((uint8*)(address + inPageOffset), toCopy);
result = target->WriteExactly(buffer, sizeRead);
return file.WriteExactly(cstr, cstrLen);
status_t err = fOutput->WriteExactly(payload, length, &written);
error = fOutput->WriteExactly("+/,\t..\r\n", 8, &written);
error = fOutput->WriteExactly(eplf.String(), eplf.Length(),
error = fOutput->WriteExactly(chunk, chunkSize, &written);
readError = fOutput->WriteExactly(
status_t error = fOutput->WriteExactly(header.String(),
status_t error = fOutput->WriteExactly(item.String(),
status_t error = fOutput->WriteExactly(footer.String(),
readError = decompressingStream->WriteExactly(
readError = fOutput->WriteExactly(buffer,
readError = fOutput->WriteExactly(inputTempBuffer,
readError = fOutput->WriteExactly(buffer, size,
auto status = fDecompressingStream->WriteExactly(buffer, bufferSize);
return output->WriteExactly((const uint8*)fData + offset, size);
error = output->WriteExactly(
error = output->WriteExactly(buffer->Buffer(), toRead);
error = output->WriteExactly(
error = zlibOutput->WriteExactly(fScratchBuffer, toRead);
return fDataIO->WriteExactly(&string[offset], length);
return fDataIO->WriteExactly(&c, 1);
status_t error = fOutput->WriteExactly(fBuffer, fBufferSize);
status_t result = file->WriteExactly(kSampleTarPayload, kSampleTarLength);
if (auto status = fLogFile.WriteExactly(output.String(), output.Length()); status != B_OK)
CHK(file.WriteExactly(content.String(), content.Length()) == B_OK);
CHK(fRing.WriteExactly(SMALL_PAYLOAD, sizeof(SMALL_PAYLOAD)) == B_OK);
CHK(fRing.WriteExactly(FULL_PAYLOAD, sizeof(FULL_PAYLOAD)) == B_OK);
CHK(fRing.WriteExactly(SMALL_PAYLOAD, sizeof(SMALL_PAYLOAD), NULL) == B_OK);
CHK(fRing.WriteExactly(FULL_PAYLOAD, sizeof(FULL_PAYLOAD), NULL) == B_OK);
CHK(fRing.WriteExactly(BIG_PAYLOAD, sizeof(BIG_PAYLOAD), NULL) == B_OK);
CHK(fRing.WriteExactly(BIG_PAYLOAD, sizeof(BIG_PAYLOAD), NULL)
CHK(fRing.WriteExactly(BIG_PAYLOAD, sizeof(BIG_PAYLOAD)) == B_OK);
CHK(fRing.WriteExactly(FULL_PAYLOAD, sizeof(FULL_PAYLOAD)) == B_OK);
error = outputFile.WriteExactly(buffer, bytesRead);
error = outputStream->WriteExactly(buffer, bytesRead);