Searched refs:hostArchKey (Results 1 – 1 of 1) sorted by relevance
5815 char * hostArchKey = NULL;// must kfree in getPropertyForHostArch() local5828 hostArchKey = makeHostArchKey(key, &hostArchKeySize); in getPropertyForHostArch()5829 if (!hostArchKey) { in getPropertyForHostArch()5835 result = infoDict->getObject(hostArchKey); in getPropertyForHostArch()5843 if (hostArchKey) { in getPropertyForHostArch()5844 kfree_data(hostArchKey, hostArchKeySize); in getPropertyForHostArch()