Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp2118 size_t cur_location = 0; in TEST() local
2123 cur_location = static_cast<size_t>(ftell(fp)); in TEST()
2127 ASSERT_EQ(memcmp(file_data+cur_location, buffer, 8192), 0); in TEST()
2131 cur_location = static_cast<size_t>(ftell(fp)); in TEST()
2133 ASSERT_EQ(memcmp(file_data+cur_location, buffer, 22), 0); in TEST()