Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDiff.h24 class DiffCommand : public Command {
26 explicit DiffCommand() : Command("diff") { in DiffCommand() function
DDiff.cpp348 int DiffCommand::Action(const std::vector<std::string>& args) { in Action()
/frameworks/base/tools/aapt2/
DMain.cpp71 AddOptionalSubcommand(util::make_unique<DiffCommand>()); in MainCommand()