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