Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_dumprecord_test.cpp22 static std::unique_ptr<Command> DumpCmd() { in DumpCmd() function
27 ASSERT_TRUE(DumpCmd()->Run({GetTestData("perf.data")})); in TEST()
/system/vold/
DCommandListener.h33 class DumpCmd : public VoldCommand {
35 DumpCmd();
36 virtual ~DumpCmd() {} in ~DumpCmd()
DCommandListener.cpp59 registerCmd(new DumpCmd()); in CommandListener()
108 CommandListener::DumpCmd::DumpCmd() : in DumpCmd() function in CommandListener::DumpCmd
112 int CommandListener::DumpCmd::runCommand(SocketClient *cli, in runCommand()