OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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