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.cpp117 test::TestFile file_a("path/to/fileA.xml.flat"); in TEST_F() local
120 ASSERT_TRUE(merger.MergeFile(file_desc, false /*overlay*/, &file_a)); in TEST_F()
125 test::TestFile file_a("res/xml/file.xml"); in TEST_F() local
131 .AddFileReference("com.app.a:xml/file", "res/xml/file.xml", &file_a) in TEST_F()
148 EXPECT_THAT(f->file, Eq(&file_a)); in TEST_F()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp105 test::TestFile file_a("res/layout/main.xml"); in TEST() local
108 .WillRepeatedly(::testing::Return(&file_a)); in TEST()
151 EXPECT_THAT(actual_file_ref->file, Eq(&file_a)); in TEST()
330 test::TestFile file_a("res/layout/main.xml"); in TEST() local
333 .WillRepeatedly(::testing::Return(&file_a)); in TEST()