Searched refs:current_vmar_handle (Results 1 – 1 of 1) sorted by relevance
37 zx_handle_t current_vmar_handle = zx_vmar_root_self(); in read_file_into_vmo() local78 status = zx_vmar_map(current_vmar_handle, in read_file_into_vmo()90 zx_vmar_unmap(current_vmar_handle, start, window); in read_file_into_vmo()99 zx_vmar_unmap(current_vmar_handle, start, window); in read_file_into_vmo()
Completed in 3 milliseconds