Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp190 static mode_t get_device_perm(const char *path, const char **links, in get_device_perm() function
243 mode = get_device_perm(path, links, &uid, &gid) | (block ? S_IFBLK : S_IFCHR); in make_device()