Searched refs:links (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Ddevices.cpp189 static mode_t get_device_perm(const char *path, const char **links, argument
208 if (links) {
210 for (i = 0; links[i]; i++) {
211 if (perm_path_matches(links[i], dp)) {
234 const char **links)
242 mode = get_device_perm(path, links, &uid, &gid) | (block ? S_IFBLK : S_IFCHR);
245 selabel_lookup_best_match(sehandle, &secontext, path, links, mode);
416 char **links; local
425 links = (char**) malloc(sizeof(char *) * 2);
426 if (!links)
231 make_device(const char *path, const char * , int block, int major, int minor, const char **links) argument
487 char **links = (char**) malloc(sizeof(char *) * 4); local
524 handle_device(const char *action, const char *devpath, const char *path, int block, int major, int minor, char **links) argument
591 char **links = NULL; local
641 char **links = NULL; local
[all...]

Completed in 47 milliseconds