Searched refs:AssertFileIs (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | stdio_test.cpp | 68 static void AssertFileIs(const char* path, const char* expected) { in AssertFileIs() function 79 static void AssertFileIs(FILE* fp, const char* expected, bool is_fmemopen = false) { in AssertFileIs() function 130 AssertFileIs(fp, "hello\n"); in TEST() 150 AssertFileIs(tfile, "hello\n"); in TEST() 905 AssertFileIs(tfile, "123 abc"); in TEST() 1514 AssertFileIs(fp, "<abc>\n", true); in TEST() 1522 AssertFileIs(fp, "xyz\n", true); in TEST() 2270 AssertFileIs(fps[i], expected); in TEST() 2478 AssertFileIs(tf.path, "0123456789xxx"); in TEST() 2499 AssertFileIs(tf.path, "0123456789xxx"); in TEST() [all …]
|