Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinderfs.c627 struct dentry *binder_logs_root_dir, *dentry, *proc_log_dir; in init_binder_logs() local
650 proc_log_dir = binderfs_create_dir(binder_logs_root_dir, "proc"); in init_binder_logs()
651 if (IS_ERR(proc_log_dir)) { in init_binder_logs()
652 ret = PTR_ERR(proc_log_dir); in init_binder_logs()
656 info->proc_log_dir = proc_log_dir; in init_binder_logs()
H A Dbinder_internal.h63 * @proc_log_dir: Pointer to the directory dentry containing process-specific
73 struct dentry *proc_log_dir;
74 struct dentry *proc_log_dir; global() member