Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Drust_binder.h21 void rust_binderfs_remove_file(struct dentry *dentry);
H A Drust_binder_main.rs62 pub fn rust_binderfs_remove_file(dentry: *mut dentry); in rust_binderfs_remove_file() function
615 unsafe { binderfs::rust_binderfs_remove_file(self.0.as_ptr()) }; in drop()
H A Drust_binderfs.c459 void rust_binderfs_remove_file(struct dentry *dentry) in rust_binderfs_remove_file() function