Home
last modified time | relevance | path

Searched refs:fdLog (Results 1 – 6 of 6) sorted by relevance

/device/google/gs-common/gear/dumpstate_v3/
DDumpstate.cpp134 …::android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(logCombined.c_str(), O_RDONLY | O_CLOEXEC… in dumpLogSection()
136 if (fdLog >= 0) { in dumpLogSection()
138 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpLogSection()
/device/google/gs-common/gear/dumpstate/
DDumpstate.cpp134 …::android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(logCombined.c_str(), O_RDONLY | O_CLOEXEC… in dumpLogSection()
136 if (fdLog >= 0) { in dumpLogSection()
138 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpLogSection()
/device/google/barbet/dumpstate/
DDumpstateDevice.cpp356 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModemThread() local
358 if (fdLog >= 0) { in dumpModemThread()
360 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp349 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModemThread() local
351 if (fdLog >= 0) { in dumpModemThread()
353 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp354 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModemThread() local
356 if (fdLog >= 0) { in dumpModemThread()
358 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp355 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModemThread() local
357 if (fdLog >= 0) { in dumpModemThread()
359 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread()