Home
last modified time | relevance | path

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

/system/utest/fs/
A Dtest-maxfile.cpp156 size_t sz_b = 0; in TestZippedMaxfiles() local
185 sz = (sz == &sz_a) ? &sz_b : &sz_a; in TestZippedMaxfiles()
188 fprintf(stderr, "wrote %lu bytes (to B)\n", sz_b); in TestZippedMaxfiles()
194 ASSERT_EQ(buf.st_size, static_cast<ssize_t>(sz_b), "Unexpected max file size"); in TestZippedMaxfiles()
223 sz = (sz == &sz_a) ? &sz_b : &sz_a; in TestZippedMaxfiles()
228 ASSERT_EQ(bytes_read_b, sz_b); in TestZippedMaxfiles()

Completed in 3 milliseconds