Home
last modified time | relevance | path

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

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