Home
last modified time | relevance | path

Searched defs:LinkCommandBuilder (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/test/
H A DFixture.h114 struct LinkCommandBuilder { struct
124 std::vector<std::string> args_;
125 bool manifest_supplied_ = false;
H A DFixture.cpp198 LinkCommandBuilder::LinkCommandBuilder(CommandTestFixture* fixture) : fixture_(fixture) { function in aapt::LinkCommandBuilder