Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dfastboot_device.cpp168 constexpr const char* kResultStrings[kNumResponseTypes] = {RESPONSE_OKAY, RESPONSE_FAIL, in WriteStatus() local
175 memcpy(buf, kResultStrings[static_cast<size_t>(result)], kResponseReasonSize); in WriteStatus()