HomeSort by relevance Sort by last modified time
    Searched refs:modemLogTarCmd (Results 1 - 2 of 2) sorted by null

  /device/google/marlin/dumpstate/
DumpstateDevice.cpp 82 std::string modemLogTarCmd= "/vendor/bin/tar cvf " + modemLogCombined + " -C " + modemLogAllDir + " .";
83 RunCommandToFd(fd, "TAR LOG", { "/vendor/bin/sh", "-c", modemLogTarCmd.c_str()}, options);
  /device/google/wahoo/dumpstate/
DumpstateDevice.cpp 179 std::string modemLogTarCmd= "/vendor/bin/tar cvf " + modemLogCombined + " -C " + modemLogAllDir + " .";
180 RunCommandToFd(fd, "TAR LOG", { "/vendor/bin/sh", "-c", modemLogTarCmd.c_str()}, options);

Completed in 252 milliseconds