Home
last modified time | relevance | path

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

/system/core/fastboot/
Dconstants.h39 #define RESPONSE_FAIL "FAIL" macro
/system/core/fastboot/device/
Dfastboot_device.cpp96 constexpr const char* kResultStrings[kNumResponseTypes] = {RESPONSE_OKAY, RESPONSE_FAIL, in WriteStatus()