Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery-persist.cpp136 std::array<uint8_t, 1024 * 16> buf2{}; in compare_file() local
147 if (!android::base::ReadFully(fd2, buf2.data(), bytes_to_read)) { in compare_file()
151 if (memcmp(buf1.data(), buf2.data(), bytes_to_read) != 0) { in compare_file()