Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp394 error_ = ErrnoStr("Write to device failed"); in RawCommand()
429 error_ = ErrnoStr("Status read failed"); in HandleResponse()
471 std::string FastBootDriver::ErrnoStr(const std::string& msg) { in ErrnoStr() function in fastboot::FastBootDriver
516 error_ = ErrnoStr("Write to device failed in SendBuffer()"); in SendBuffer()
537 error_ = ErrnoStr("Read from device failed in ReadBuffer()"); in ReadBuffer()
558 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
568 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
Dfastboot_driver.h143 std::string ErrnoStr(const std::string& msg);