Searched refs:path_prefix_data (Results 1 – 1 of 1) sorted by relevance
511 OSData *path_prefix_data = NULL; in IOGetBootObjectsPath() local515 path_prefix_data = (OSData *)entry->getProperty("boot-objects-path"); in IOGetBootObjectsPath()517 if (path_prefix_data) { in IOGetBootObjectsPath()518 unsigned int length = path_prefix_data->getLength(); in IOGetBootObjectsPath()524 memcpy(path_prefix, path_prefix_data->getBytesNoCopy(), length); in IOGetBootObjectsPath()