Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp385 error_ = ErrnoStr("Write to device failed"); in RawCommand()
420 error_ = ErrnoStr("Status read failed"); in HandleResponse()
462 std::string FastBootDriver::ErrnoStr(const std::string& msg) { in ErrnoStr() function in fastboot::FastBootDriver
507 error_ = ErrnoStr("Write to device failed in SendBuffer()"); in SendBuffer()
528 error_ = ErrnoStr("Read from device failed in ReadBuffer()"); in ReadBuffer()
549 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
559 error_ = ErrnoStr("Send failed in SparseWriteCallback()"); in SparseWriteCallback()
Dfastboot_driver.h141 std::string ErrnoStr(const std::string& msg);