Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp149 char* line_read = NULL; in TEST() local
154 while ((read_char_count = getline(&line_read, &allocated_length, fp)) != -1) { in TEST()
157 ASSERT_STREQ(line_read, line_written); in TEST()
169 ASSERT_EQ(getline(&line_read, &allocated_length, fp), -1); in TEST()
173 free(line_read); in TEST()