HomeSort by relevance Sort by last modified time
    Searched defs:DumpCmd (Results 1 - 5 of 5) sorted by null

  /system/extras/simpleperf/
cmd_dumprecord_test.cpp 22 static std::unique_ptr<Command> DumpCmd() {
27 ASSERT_TRUE(DumpCmd()->Run({GetTestData("perf.data")}));
31 ASSERT_TRUE(DumpCmd()->Run({GetTestData(PERF_DATA_GENERATED_BY_LINUX_PERF)}));
  /system/vold/
CommandListener.h 33 class DumpCmd : public VoldCommand {
35 DumpCmd();
36 virtual ~DumpCmd() {}
CommandListener.cpp 62 registerCmd(new DumpCmd());
111 CommandListener::DumpCmd::DumpCmd() :
115 int CommandListener::DumpCmd::runCommand(SocketClient *cli,
  /tools/tradefederation/core/src/com/android/tradefed/sandbox/
SandboxConfigDump.java 36 * args: <DumpCmd> <output File> <remaing command line>
40 public enum DumpCmd {
67 DumpCmd cmd = DumpCmd.valueOf(argList.remove(0));
75 if (DumpCmd.RUN_CONFIG.equals(cmd)) {
81 if (DumpCmd.NON_VERSIONED_CONFIG.equals(cmd)) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
SandboxConfigurationFactoryTest.java 23 import com.android.tradefed.sandbox.SandboxConfigDump.DumpCmd;
74 eq(DumpCmd.NON_VERSIONED_CONFIG.toString()),

Completed in 204 milliseconds