Searched defs:LinkCommandBuilder (Results 1 – 2 of 2) sorted by relevance
114 struct LinkCommandBuilder { struct124 std::vector<std::string> args_;125 bool manifest_supplied_ = false;
198 LinkCommandBuilder::LinkCommandBuilder(CommandTestFixture* fixture) : fixture_(fixture) { function in aapt::LinkCommandBuilder