Searched refs:TestFile (Results 1 – 3 of 3) sorted by relevance
85 class TestFile : public io::IFile {87 explicit TestFile(const android::StringPiece& path) : source_(path) {} in TestFile() function102 DISALLOW_COPY_AND_ASSIGN(TestFile);
101 test::TestFile test_file("path/to/res/layout-hdpi/main.xml.flat"); in TEST_F()119 test::TestFile file_a("path/to/fileA.xml.flat"); in TEST_F()120 test::TestFile file_b("path/to/fileB.xml.flat"); in TEST_F()127 test::TestFile file_a("res/xml/file.xml"); in TEST_F()128 test::TestFile file_b("res/xml/file.xml"); in TEST_F()
107 test::TestFile file_a("res/layout/main.xml"); in TEST()334 test::TestFile file_a("res/layout/main.xml"); in TEST()