Home
last modified time | relevance | path

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

/device/google/marlin/dumpstate/
DDumpstateDevice.cpp88 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModem() local
90 if (fdLog >= 0) { in dumpModem()
92 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem()
/device/google/wahoo/dumpstate/
DDumpstateDevice.cpp186 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModem() local
188 if (fdLog >= 0) { in dumpModem()
190 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem()
/device/google/bonito/dumpstate/
DDumpstateDevice.cpp212 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModem() local
214 if (fdLog >= 0) { in dumpModem()
216 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem()
/device/google/crosshatch/dumpstate/
DDumpstateDevice.cpp202 …android::base::unique_fd fdLog(TEMP_FAILURE_RETRY(open(modemLogCombined.c_str(), O_RDONLY | O_CLOE… in dumpModem() local
204 if (fdLog >= 0) { in dumpModem()
206 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem()