Searched defs:DumpCmd (Results 1 - 3 of 3) sorted by relevance

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

Completed in 53 milliseconds