Home
last modified time | relevance | path

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

/device/google/gs-common/gear/dumpstate_v3/
DDumpstate.cpp123 const std::string logCombined = logDir + "/combined_logs.tar"; in dumpLogSection() local
130 …RunCommandToFd(fd, "TAR LOG", {"/vendor/bin/tar", "cvf", logCombined.c_str(), "-C", logAllDir.c_st… in dumpLogSection()
131 …RunCommandToFd(fd, "CHG PERM", {"/vendor/bin/chmod", "a+w", logCombined.c_str()}, CommandOptions::… in dumpLogSection()
134 …::android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(logCombined.c_str(), O_RDONLY | O_CLOEXEC… in dumpLogSection()
143 ALOGD("read(%s): %s\n", logCombined.c_str(), strerror(errno)); in dumpLogSection()
157 …RunCommandToFd(fd, "RM LOG", { "/vendor/bin/rm", logCombined.c_str()}, CommandOptions::WithTimeout… in dumpLogSection()
/device/google/gs-common/gear/dumpstate/
DDumpstate.cpp123 const std::string logCombined = logDir + "/combined_logs.tar"; in dumpLogSection() local
130 …RunCommandToFd(fd, "TAR LOG", {"/vendor/bin/tar", "cvf", logCombined.c_str(), "-C", logAllDir.c_st… in dumpLogSection()
131 …RunCommandToFd(fd, "CHG PERM", {"/vendor/bin/chmod", "a+w", logCombined.c_str()}, CommandOptions::… in dumpLogSection()
134 …::android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(logCombined.c_str(), O_RDONLY | O_CLOEXEC… in dumpLogSection()
143 ALOGD("read(%s): %s\n", logCombined.c_str(), strerror(errno)); in dumpLogSection()
157 …RunCommandToFd(fd, "RM LOG", { "/vendor/bin/rm", logCombined.c_str()}, CommandOptions::WithTimeout… in dumpLogSection()