Home
last modified time | relevance | path

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

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