Home | History | Annotate | Download | only in keystore

Lines Matching refs:writtenBytes

544         size_t writtenBytes = writeFully(out, (uint8_t*) &mBlob, fileLength);
548 if (writtenBytes != fileLength) {
549 ALOGW("blob not fully written %zu != %zu", writtenBytes, fileLength);