Home
last modified time | relevance | path

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

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