Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp1050 size_t cur_location = 0; in TEST() local
1055 cur_location = static_cast<size_t>(ftell(fp)); in TEST()
1059 ASSERT_EQ(memcmp(file_data+cur_location, buffer, 8192), 0); in TEST()
1063 cur_location = static_cast<size_t>(ftell(fp)); in TEST()
1065 ASSERT_EQ(memcmp(file_data+cur_location, buffer, 22), 0); in TEST()