Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp72 static void AssertFileIs(const char* path, const char* expected) { in AssertFileIs() function
83 static void AssertFileIs(FILE* fp, const char* expected, bool is_fmemopen = false) { in AssertFileIs() function
134 AssertFileIs(fp, "hello\n"); in TEST()
170 AssertFileIs(tfile, "hello\n"); in TEST()
939 AssertFileIs(tfile, "123 abc"); in TEST()
1546 AssertFileIs(fp, "<abc>\n", true); in TEST()
1554 AssertFileIs(fp, "xyz\n", true); in TEST()
2335 AssertFileIs(fps[i], expected); in TEST()
2543 AssertFileIs(tf.path, "0123456789xxx"); in TEST()
2564 AssertFileIs(tf.path, "0123456789xxx"); in TEST()
[all …]