Searched refs:tfile (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dstdio_test.cpp64 FILE* tfile = fdopen(tf.fd, "r"); local
65 ASSERT_TRUE(tfile != NULL);
68 ASSERT_EQ(buf, fgets(buf, sizeof(buf), tfile));
71 ASSERT_EQ(NULL, fgets(buf, sizeof(buf), tfile));
72 fclose(tfile);

Completed in 208 milliseconds