Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp444 error_ = ErrnoStr("Write to device failed"); in RawCommand()
479 error_ = ErrnoStr("Status read failed"); in HandleResponse()
521 std::string FastBootDriver::ErrnoStr(const std::string& msg) { in ErrnoStr() function in fastboot::FastBootDriver
566 error_ = ErrnoStr("Write to device failed in SendBuffer()"); in SendBuffer()
582 error_ = ErrnoStr("Read from device failed in ReadBuffer()"); in ReadBuffer()
603 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
613 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
Dfastboot_driver.h148 std::string ErrnoStr(const std::string& msg);