Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp27 static std::string memoryAsHexString(const void* const address, size_t numBytes) { in memoryAsHexString() function
176 ALOGE("Received message: %s", memoryAsHexString(&clientMsg, clientMsg.size()).c_str()); in checkMessage()
178 memoryAsHexString(&sanitizedClientMsg, clientMsg.size()).c_str()); in checkMessage()