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

/bionic/tests/
H A Dstdio_test.cpp95 FILE* tfile = fdopen(tf.fd, "r"); local
96 ASSERT_TRUE(tfile != NULL);
99 ASSERT_EQ(buf, fgets(buf, sizeof(buf), tfile));
102 ASSERT_EQ(NULL, fgets(buf, sizeof(buf), tfile));
103 fclose(tfile);

Completed in 7 milliseconds