Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/link/
DTableMerger_test.cpp119 test::TestFile file_a("path/to/fileA.xml.flat"); in TEST_F() local
122 ASSERT_TRUE(merger.MergeFile(file_desc, false /*overlay*/, &file_a)); in TEST_F()
127 test::TestFile file_a("res/xml/file.xml"); in TEST_F() local
133 .AddFileReference("com.app.a:xml/file", "res/xml/file.xml", &file_a) in TEST_F()
150 EXPECT_THAT(f->file, Eq(&file_a)); in TEST_F()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp107 test::TestFile file_a("res/layout/main.xml"); in TEST() local
110 .WillRepeatedly(::testing::Return(&file_a)); in TEST()
155 EXPECT_THAT(actual_file_ref->file, Eq(&file_a)); in TEST()
334 test::TestFile file_a("res/layout/main.xml"); in TEST() local
337 .WillRepeatedly(::testing::Return(&file_a)); in TEST()