Searched refs:outLength (Results 1 – 1 of 1) sorted by relevance
127 size_t outLength = writeFully(out, (uint8_t*)&rawBlob, length); in copyMasterKeyFile() local131 if (outLength != length) { in copyMasterKeyFile()132 ALOGW("blob not fully written %zu != %zu", outLength, length); in copyMasterKeyFile()