Home
last modified time | relevance | path

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

/system/vold/
DCheckEncryption.cpp108 size_t wlen = in check_file() local
110 auto l = read(haystack_fd.get(), buf, wlen); in check_file()
Dsecdiscard.cpp182 size_t wlen = static_cast<size_t>(std::min(static_cast<off64_t>(sizeof(buf)), length)); in overwrite_with_zeros() local
183 auto written = write(fd, buf, wlen); in overwrite_with_zeros()