Lines Matching refs:getCStringNoCopy
2530 deviceTreeName->getCStringNoCopy()); in initWithBooterData()
2541 deviceTreeName->getCStringNoCopy()); in initWithBooterData()
2553 deviceTreeName->getCStringNoCopy()); in initWithBooterData()
2564 if (errorString && errorString->getCStringNoCopy()) { in initWithBooterData()
2565 errorCString = errorString->getCStringNoCopy(); in initWithBooterData()
2573 deviceTreeName->getCStringNoCopy(), errorCString); in initWithBooterData()
2588 deviceTreeName->getCStringNoCopy()); in initWithBooterData()
2599 deviceTreeName->getCStringNoCopy(), bundlePathAddr); in initWithBooterData()
2619 deviceTreeName->getCStringNoCopy()); in initWithBooterData()
2630 deviceTreeName->getCStringNoCopy()); in initWithBooterData()
2642 deviceTreeName->getCStringNoCopy()); in initWithBooterData()
3022 aPath ? aPath->getCStringNoCopy() : "(unknown)"); in setInfoDictionaryAndPath()
3031 bundleIDString->getCStringNoCopy()); in setInfoDictionaryAndPath()
3066 versionCString = versionString->getCStringNoCopy(); in setInfoDictionaryAndPath()
3082 compatibleVersionCString = compatibleVersionString->getCStringNoCopy(); in setInfoDictionaryAndPath()
3548 if (errorString && errorString->getCStringNoCopy()) { in readMkext2Archive()
3549 errorCString = errorString->getCStringNoCopy(); in readMkext2Archive()
4117 kextIdentifier->getCStringNoCopy()); in loadFromMkext()
4269 return OSKext::lookupKextWithIdentifier(kextIdentifier->getCStringNoCopy()); in lookupKextWithIdentifier()
4281 OSKext *dext = OSDynamicCast(OSKext, sKextsByID->getObject(dextIdentifier->getCStringNoCopy())); in lookupDextWithIdentifier()
4800 devTreeNameCString = deviceTreeName->getCStringNoCopy(); in createExcludeListFromBooterData()
4847 strcmp( myBundleID->getCStringNoCopy(), kIOExcludeListBundleID ) == 0) { in createExcludeListFromBooterData()
4882 strcmp( myBundleID->getCStringNoCopy(), kIOExcludeListBundleID ) == 0) { in createExcludeListFromPrelinkInfo()
4918 newVersion = OSKextParseVersionString(myTempString->getCStringNoCopy()); in updateExcludeList()
4962 return bundleID->getCStringNoCopy(); in getIdentifierCString()
5426 dextID->getCStringNoCopy(), result); in replaceDextInternal()
5451 dextID->getCStringNoCopy()); in replaceDextInternal()
5667 dextIDCS = bundleID->getCStringNoCopy(); in decrementDextLaunchCount()
5905 versionCString = (char *) versionString->getCStringNoCopy(); in isInExcludeList()
6102 kextIdentifier->getCStringNoCopy()); in loadKextWithIdentifier()
6111 kextIdentifier->getCStringNoCopy()); in loadKextWithIdentifier()
6145 kextIdentifier->getCStringNoCopy()); in loadKextWithIdentifier()
6154 kextIdentifier->getCStringNoCopy()); in loadKextWithIdentifier()
6168 kextIdentifier->getCStringNoCopy(), (int)result); in loadKextWithIdentifier()
6182 kextIdentifier->getCStringNoCopy()); in loadKextWithIdentifier()
6328 kextIdentifier->getCStringNoCopy()); in loadCodelessKext()
6338 kextIdentifier->getCStringNoCopy()); in loadCodelessKext()
6367 kextIdentifier->getCStringNoCopy(), newKext->getIdentifierCString()); in loadCodelessKext()
6439 kextIdentifier->getCStringNoCopy()); in recordIdentifierRequest()
6451 kextIdentifier->getCStringNoCopy()); in recordIdentifierRequest()
7181 versCString = versString->getCStringNoCopy(); in loadExecutable()
9419 thisKext->bundleID->getCStringNoCopy());
9581 const char * library_id = libraryID->getCStringNoCopy();
9595 OSKextParseVersionString(libraryVersion->getCStringNoCopy());
9602 libraryVersion->getCStringNoCopy());
9623 libraryVersion->getCStringNoCopy());
9639 libraryVersion->getCStringNoCopy());
9809 kxld_validate_copyright_string(infoString->getCStringNoCopy());
9816 kxld_validate_copyright_string(readableString->getCStringNoCopy());
10334 if (errorString && errorString->getCStringNoCopy()) {
10335 errorCString = errorString->getCStringNoCopy();
10361 predicate->getCStringNoCopy());
10463 kextIdentifier->getCStringNoCopy());
10479 kextIdentifier->getCStringNoCopy());
10506 kextIdentifier->getCStringNoCopy());
10513 kextIdentifier->getCStringNoCopy());
10538 kextIdentifier->getCStringNoCopy());
10662 predicate->getCStringNoCopy());
11462 uuid_parse(wantedUUID->getCStringNoCopy(), uuid);
11565 collectionType->getCStringNoCopy());
11592 loadedState->getCStringNoCopy(),
11593 collectionType->getCStringNoCopy());
12308 strlcpy(executablePathCString, path->getCStringNoCopy(),
12312 strlcat(executablePathCString, executableRelPath->getCStringNoCopy(),
12335 strlcpy(executablePathCString, path->getCStringNoCopy(), executablePathCStringSize);
12701 kext->path->getCStringNoCopy(),
12702 kext->userExecutableRelPath->getCStringNoCopy());
12909 kextIdentifier->getCStringNoCopy(),
12911 serverName->getCStringNoCopy(),
12981 kextIdentifier->getCStringNoCopy(), dextUniqueIDCString);
13231 printf("KextLog: Loading Pageable KC from file %s\n", pageable_filepath->getCStringNoCopy());
13233 ret = OSKext::loadKCFileSet(pageable_filepath->getCStringNoCopy(), KCKindPageable);
13250 "KextLog: ignoring Pageable KC load from %s\n", pageable_filepath->getCStringNoCopy());
13336 printf("KextLog: Loading Aux KC from file %s\n", aux_filepath->getCStringNoCopy());
13338 ret = OSKext::loadKCFileSet(aux_filepath->getCStringNoCopy(), KCKindAuxiliary);
13351 "KextLog: Ignoring AuxKC load from %s\n", aux_filepath->getCStringNoCopy());
13746 if (errorString && errorString->getCStringNoCopy()) {
13747 errorCString = errorString->getCStringNoCopy();
14437 kextIdentifier->getCStringNoCopy(),
14816 if (theBundleID->isEqualTo(myBundleID->getCStringNoCopy())) {
15479 IOLog("OSDictionary key \"%s\" \n", myKey->getCStringNoCopy());