Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dstdio_test.cpp232 char* line_read = nullptr; in TEST() local
237 while ((read_char_count = getline(&line_read, &allocated_length, fp)) != -1) { in TEST()
240 ASSERT_STREQ(line_written, line_read); in TEST()
252 ASSERT_EQ(getline(&line_read, &allocated_length, fp), -1); in TEST()
256 free(line_read); in TEST()