Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Drust_binder_main.rs511 if let Err(err) = rust_binder_proc_show_impl(m, pid) { in rust_binder_proc_show()
573 fn rust_binder_proc_show_impl(m: &SeqFile, pid: Pid) -> Result<()> { in rust_binder_proc_show_impl() function