Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dutility.cpp173 size_t bytes2 = memory->Read(addr + start + bytes, reinterpret_cast<uint8_t*>(data) + bytes, local
175 bytes += bytes2;
176 if (bytes2 > 0 && bytes % sizeof(uintptr_t) != 0) {