Home
last modified time | relevance | path

Searched refs:logAllDir (Results 1 – 2 of 2) sorted by relevance

/device/google/gs-common/gear/dumpstate_v3/
DDumpstate.cpp124 const std::string logAllDir = logDir + "/all_logs"; in dumpLogSection() local
126 …RunCommandToFd(fd, "MKDIR LOG", {"/vendor/bin/mkdir", "-p", logAllDir.c_str()}, CommandOptions::Wi… in dumpLogSection()
130 …RunCommandToFd(fd, "TAR LOG", {"/vendor/bin/tar", "cvf", logCombined.c_str(), "-C", logAllDir.c_st… in dumpLogSection()
156 …RunCommandToFd(fd, "RM LOG DIR", { "/vendor/bin/rm", "-r", logAllDir.c_str()}, CommandOptions::Wit… in dumpLogSection()
/device/google/gs-common/gear/dumpstate/
DDumpstate.cpp124 const std::string logAllDir = logDir + "/all_logs"; in dumpLogSection() local
126 …RunCommandToFd(fd, "MKDIR LOG", {"/vendor/bin/mkdir", "-p", logAllDir.c_str()}, CommandOptions::Wi… in dumpLogSection()
130 …RunCommandToFd(fd, "TAR LOG", {"/vendor/bin/tar", "cvf", logCombined.c_str(), "-C", logAllDir.c_st… in dumpLogSection()
156 …RunCommandToFd(fd, "RM LOG DIR", { "/vendor/bin/rm", "-r", logAllDir.c_str()}, CommandOptions::Wit… in dumpLogSection()