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

/system/tools/aidl/tests/
H A Dend_to_end_tests.cpp57 string actual_content; local
58 ASSERT_TRUE(io_delegate_.GetWrittenContents(rel_path, &actual_content))
61 if (actual_content == expected_content) {
65 test::PrintDiff(expected_content, actual_content);

Completed in 115 milliseconds