Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp130 static bool perm_path_matches(const char *path, struct perms_ *dp) in perm_path_matches() function
153 return perm_path_matches(subsys_path.c_str(), dp); in match_subsystem()
168 } else if (!perm_path_matches(path.c_str(), dp)) { in fixup_sys_perms()
201 if (perm_path_matches(path, dp)) { in get_device_perm()
207 if (perm_path_matches(links[i], dp)) { in get_device_perm()