Searched defs:get_device_perm (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Ddevices.c157 static mode_t get_device_perm(const char *path, unsigned *uid, unsigned *gid) function
200 mode = get_device_perm(path, &uid, &gid) | (block ? S_IFBLK : S_IFCHR);

Completed in 102 milliseconds