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.cpp116 test::TestFile file_a("path/to/fileA.xml.flat"); in TEST_F() local
119 ASSERT_TRUE(merger.MergeFile(file_desc, false /*overlay*/, &file_a)); in TEST_F()
124 test::TestFile file_a("res/xml/file.xml"); in TEST_F() local
129 .AddFileReference("com.app.a:xml/file", "res/xml/file.xml", &file_a) in TEST_F()
145 EXPECT_THAT(f->file, Eq(&file_a)); in TEST_F()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp178 test::TestFile file_a("res/layout/main.xml"); in TEST() local
181 .WillRepeatedly(::testing::Return(&file_a)); in TEST()
226 EXPECT_THAT(actual_file_ref->file, Eq(&file_a)); in TEST()
406 test::TestFile file_a("res/layout/main.xml"); in TEST() local
409 .WillRepeatedly(::testing::Return(&file_a)); in TEST()
773 test::TestFile file_a("res/layout/bar.xml"); in TEST() local
776 .WillRepeatedly(::testing::Return(&file_a)); in TEST()
985 test::TestFile file_a("res/layout/bar.xml"); in TEST() local
987 EXPECT_CALL(files, FindFile(Eq("res/layout/bar.xml"))).WillRepeatedly(::testing::Return(&file_a)); in TEST()