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

/system/core/init/
H A Ddevices.c373 char **links; local
382 links = malloc(sizeof(char *) * 2);
383 if (!links)
385 memset(links, 0, sizeof(char *) * 2);
406 if (asprintf(&links[link_num], "/dev/usb/%s%.*s", uevent->subsystem, width, parent) > 0)
409 links[link_num] = NULL;
416 return links;
418 free(links);
442 char **links = malloc(sizeof(char *) * 4); local
443 if (!links)
479 handle_device(const char *action, const char *devpath, const char *path, int block, int major, int minor, char **links) argument
543 char **links = NULL; local
564 char **links = NULL; local
[all...]

Completed in 49 milliseconds