Home
last modified time | relevance | path

Searched refs:modemLogCombined (Results 1 – 4 of 4) sorted by relevance

/device/google/barbet/dumpstate/
DDumpstateDevice.cpp284 const std::string modemLogCombined = modemLogDir + "/" + filePrefix + "all.tar"; in dumpModemThread() local
353 createTarFile(modemLogCombined, modemLogAllDir); in dumpModemThread()
356 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModemThread()
365 ALOGD("read(%s): %s\n", modemLogCombined.c_str(), strerror(errno)); in dumpModemThread()
379 …RunCommandToFd(STDOUT_FILENO, "RM LOG", { "/vendor/bin/rm", modemLogCombined.c_str()}, CommandOpti… in dumpModemThread()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp285 const std::string modemLogCombined = modemLogDir + "/" + filePrefix + "all.tar"; in dumpModemThread() local
346 createTarFile(modemLogCombined, modemLogAllDir); in dumpModemThread()
349 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModemThread()
358 ALOGD("read(%s): %s\n", modemLogCombined.c_str(), strerror(errno)); in dumpModemThread()
372 …RunCommandToFd(STDOUT_FILENO, "RM LOG", { "/vendor/bin/rm", modemLogCombined.c_str()}, CommandOpti… in dumpModemThread()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp282 const std::string modemLogCombined = modemLogDir + "/" + filePrefix + "all.tar"; in dumpModemThread() local
351 createTarFile(modemLogCombined, modemLogAllDir); in dumpModemThread()
354 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModemThread()
363 ALOGD("read(%s): %s\n", modemLogCombined.c_str(), strerror(errno)); in dumpModemThread()
377 …RunCommandToFd(STDOUT_FILENO, "RM LOG", { "/vendor/bin/rm", modemLogCombined.c_str()}, CommandOpti… in dumpModemThread()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp283 const std::string modemLogCombined = modemLogDir + "/" + filePrefix + "all.tar"; in dumpModemThread() local
352 createTarFile(modemLogCombined, modemLogAllDir); in dumpModemThread()
355 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModemThread()
364 ALOGD("read(%s): %s\n", modemLogCombined.c_str(), strerror(errno)); in dumpModemThread()
378 …RunCommandToFd(STDOUT_FILENO, "RM LOG", { "/vendor/bin/rm", modemLogCombined.c_str()}, CommandOpti… in dumpModemThread()