Home
last modified time | relevance | path

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

/system/vold/
DCheckEncryption.cpp105 auto toread = xt->fe_length; in check_file() local
106 while (toread > 0) { in check_file()
109 static_cast<size_t>(std::min(static_cast<typeof(toread)>(sizeof(buf)), toread)); in check_file()
118 toread -= l; in check_file()