Searched refs:fetch_string (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/inspector/
H A Dutils-impl.h44 extern zx_status_t fetch_string(zx_handle_t h, zx_vaddr_t vaddr, char* ptr, size_t max);
H A Ddso-list.cpp27 using inspector::fetch_string;
110 if (fetch_string(h, str, dsoname, sizeof(dsoname))) {
H A Dutils.cpp77 zx_status_t fetch_string(zx_handle_t h, zx_vaddr_t vaddr, char* ptr, size_t max) { function in namespace:inspector

Completed in 60 milliseconds