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);
99 test::TestFile test_file("path/to/res/layout-hdpi/main.xml.flat"); in TEST_F()117 test::TestFile file_a("path/to/fileA.xml.flat"); in TEST_F()118 test::TestFile file_b("path/to/fileB.xml.flat"); in TEST_F()125 test::TestFile file_a("res/xml/file.xml"); in TEST_F()126 test::TestFile file_b("res/xml/file.xml"); in TEST_F()
105 test::TestFile file_a("res/layout/main.xml"); in TEST()330 test::TestFile file_a("res/layout/main.xml"); in TEST()