Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp193 ssize_t read_char_count; in TEST() local
194 while ((read_char_count = getline(&line_read, &allocated_length, fp)) != -1) { in TEST()
195 ASSERT_EQ(read_char_count, static_cast<int>(strlen(line_written))); in TEST()