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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c3942 char *cleanedCurName = NULL; local
3951 if (curName && i == 0) cleanedCurName = _cleanedPathForPath(curName);
3952 if (curName && (!processPath || 0 != strcmp(curName, processPath)) && (!processPath || !cleanedCurName || 0 != strcmp(cleanedCurName, processPath)) && mhp != (void *)_dyld_get_image_header(i)) {
3959 if (cleanedCurName) {
3960 free(cleanedCurName);
3961 cleanedCurName = NULL;

Completed in 79 milliseconds