Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp446 error_ = ErrnoStr("Write to device failed"); in RawCommand()
481 error_ = ErrnoStr("Status read failed"); in HandleResponse()
527 std::string FastBootDriver::ErrnoStr(const std::string& msg) { in ErrnoStr() function in fastboot::FastBootDriver
572 error_ = ErrnoStr("Write to device failed in SendBuffer()"); in SendBuffer()
588 error_ = ErrnoStr("Read from device failed in ReadBuffer()"); in ReadBuffer()
609 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
619 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
Dfastboot_driver.h140 std::string ErrnoStr(const std::string& msg);