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

/system/core/init/
H A Ddevices.c67 const char *partition_name; member in struct:uevent
396 uevent->partition_name = NULL;
425 uevent->partition_name = msg;
530 if (uevent->partition_name) {
531 p = strdup(uevent->partition_name);
533 if (strcmp(uevent->partition_name, p))
534 NOTICE("Linking partition '%s' as '%s'\n", uevent->partition_name, p);

Completed in 422 milliseconds