Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Drelative_patcher_test.h244 std::ostringstream expected_hex; in DumpDiff() local
250 expected_hex << " " << digits[expected_code[i] >> 4] << digits[expected_code[i] & 0xf]; in DumpDiff()
258 std::string expected_hex_str = expected_hex.str(); in DumpDiff()