Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DResourcePathShortener_test.cpp155 std::unique_ptr<ResourceTable> table2 = builder2.Build(); in TEST() local
158 ASSERT_TRUE(ResourcePathShortener(actual_mapping).Consume(context.get(), table2.get())); in TEST()