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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkext1_file.c278 CFIndex newMkextLength; local
297 newMkextLength = CFDataGetLength(context->mkext) + addedDataFullLength;
298 CFDataSetLength(context->mkext, newMkextLength);
299 if (CFDataGetLength(context->mkext) != newMkextLength) {

Completed in 56 milliseconds