Home
last modified time | relevance | path

Searched refs:RCString (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fastboot/
H A Dfastboot_driver.h122 static const std::string RCString(RetCode rc);
H A Dfastboot_driver.cpp393 const std::string FastBootDriver::RCString(RetCode rc) { in RCString() function in fastboot::FastBootDriver
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp97 return os << FastBootDriver::RCString(ret); in operator <<()
113 cmd.c_str(), fb->RCString(ret).c_str()); in PartitionHash()