Searched refs:fdLog (Results 1 – 6 of 6) sorted by relevance
/device/google/gs-common/gear/dumpstate_v3/ |
D | Dumpstate.cpp | 134 …::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/ |
D | Dumpstate.cpp | 134 …::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/ |
D | DumpstateDevice.cpp | 356 …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/ |
D | DumpstateDevice.cpp | 349 …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/ |
D | DumpstateDevice.cpp | 354 …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/ |
D | DumpstateDevice.cpp | 355 …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()
|