Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp445 error_ = ErrnoStr("Write to device failed"); in RawCommand()
480 error_ = ErrnoStr("Status read failed"); in HandleResponse()
526 std::string FastBootDriver::ErrnoStr(const std::string& msg) { in ErrnoStr() function in fastboot::FastBootDriver
571 error_ = ErrnoStr("Write to device failed in SendBuffer()"); in SendBuffer()
587 error_ = ErrnoStr("Read from device failed in ReadBuffer()"); in ReadBuffer()
608 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
618 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
H A Dfastboot_driver.h143 std::string ErrnoStr(const std::string& msg);