Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DMemory.cpp51 static size_t ProcessVmRead(pid_t pid, uint64_t remote_src, void* dst, size_t len) { in ProcessVmRead() function
344 size_t bytes = ProcessVmRead(pid_, addr, dst, size); in Read()
346 read_redirect_func_ = reinterpret_cast<uintptr_t>(ProcessVmRead); in Read()
358 return ProcessVmRead(getpid(), addr, dst, size); in Read()