Home
last modified time | relevance | path

Searched refs:writtenBytes (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
Dblob.cpp345 const size_t writtenBytes = in writeBlob() local
348 if (writtenBytes != fileLength) { in writeBlob()
349 LOG(ERROR) << "blob not fully written " << writtenBytes << " != " << fileLength; in writeBlob()