Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc215 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header) + boot_offset; in RemoteContentsPointerToLocal() local
217 return reinterpret_cast<T*>(const_cast<uint8_t*>(local_ptr)); in RemoteContentsPointerToLocal()