Searched refs:AssertFileIs (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | stdio_test.cpp | 69 static void AssertFileIs(const char* path, const char* expected) { in AssertFileIs() function 80 static void AssertFileIs(FILE* fp, const char* expected, bool is_fmemopen = false) { in AssertFileIs() function 131 AssertFileIs(fp, "hello\n"); in TEST() 151 AssertFileIs(tfile, "hello\n"); in TEST() 911 AssertFileIs(tfile, "123 abc"); in TEST() 1518 AssertFileIs(fp, "<abc>\n", true); in TEST() 1526 AssertFileIs(fp, "xyz\n", true); in TEST() 2304 AssertFileIs(fps[i], expected); in TEST() 2512 AssertFileIs(tf.path, "0123456789xxx"); in TEST() 2533 AssertFileIs(tf.path, "0123456789xxx"); in TEST() [all …]
|