Home
last modified time | relevance | path

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

/system/utest/fs/
A Dtest-maxfile.cpp208 size_t bytes_read_a = 0; in TestZippedMaxfiles() local
214 size_t* bytes_read = &bytes_read_a; in TestZippedMaxfiles()
224 bytes_read = (bytes_read == &bytes_read_a) ? &bytes_read_b : &bytes_read_a; in TestZippedMaxfiles()
227 ASSERT_EQ(bytes_read_a, sz_a); in TestZippedMaxfiles()

Completed in 2 milliseconds