Home
last modified time | relevance | path

Searched defs:links (Results 1 – 1 of 1) sorted by relevance

/base/startup/init/ueventd/
Dueventd_device_handler.c247 static int BuildDeviceSymbolLinks(char **links, int linkNum, const char *parent, in BuildDeviceSymbolLinks()
288 static void FreeSymbolLinks(char **links, int length) in FreeSymbolLinks()
319 char **links = calloc(BLOCKDEVICE_LINKS, sizeof(char *)); in GetBlockDeviceSymbolLinks() local