Home
last modified time | relevance | path

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

/drivers/firmware/tegra/
A Dbpmp-debugfs.c73 const char *root_path, *filename = NULL; in get_filename() local
82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
84 if (IS_ERR(root_path)) in get_filename()
87 root_len = strlen(root_path); in get_filename()
95 if (strlen(filename) < root_len || strncmp(filename, root_path, root_len)) { in get_filename()

Completed in 7 milliseconds