Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DApkInfo.h25 class ApkInfoCommand : public Command {
27 explicit ApkInfoCommand(android::IDiagnostics* diag) : Command("apkinfo"), diag_(diag) { in ApkInfoCommand() function
DApkInfo_test.cpp53 ApkInfoCommand command(&noop_diag); in TEST_F()
67 ApkInfoCommand command(&noop_diag); in TEST_F()
DApkInfo.cpp61 int ApkInfoCommand::Action(const std::vector<std::string>& args) { in Action()
/frameworks/base/tools/aapt2/
DMain.cpp76 AddOptionalSubcommand(util::make_unique<ApkInfoCommand>(diagnostics)); in MainCommand()