Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Drust_binder.h16 int init_rust_binderfs(void);
H A Drust_binder_main.rs53 pub fn init_rust_binderfs() -> kernel::ffi::c_int; in init_rust_binderfs() function
300 unsafe { kernel::error::to_result(binderfs::init_rust_binderfs())? }; in init()
H A Drust_binderfs.c761 int init_rust_binderfs(void) in init_rust_binderfs() function