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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c3457 UniChar pathBuff[CFMaxPathSize] = {0}; local
3465 CFStringGetCharacters(executablePath, CFRangeMake(0, length), pathBuff);
3468 length = _CFLengthAfterDeletingPathExtension(pathBuff, length);
3469 nameStart = _CFStartOfLastPathComponent(pathBuff, length);
3471 memmove(nameBuff, &(pathBuff[nameStart]), nameLength * sizeof(UniChar));
3473 // Strip the name from pathBuff
3474 length = _CFLengthAfterDeletingLastPathComponent(pathBuff, length);
3479 if (_CFAppendPathComponent(pathBuff, &length, CFMaxPathSize, executablesToFrameworksPathBuff, LENGTH_OF(executablesToFrameworksPathBuff)) && _CFAppendPathComponent(pathBuff, &length, CFMaxPathSize, nameBuff, nameLength) && _CFAppendPathExtension(pathBuff,
[all...]

Completed in 91 milliseconds