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

/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSAttrParser.cpp131 CFStringRef lastComponent = CFURLCopyLastPathComponent(infoUrl); local
132 if (lastComponent) {
138 Boolean skip = CFStringFindWithOptions(lastComponent,
143 CFRelease(lastComponent);
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPasteboardWin.cpp579 String lastComponent = kurl.lastPathComponent();
580 if (kurl.isLocalFile() || (!isLink && !lastComponent.isEmpty())) {
581 len = std::min<DWORD>(fsPathMaxLengthExcludingExtension, lastComponent.length());
582 CopyMemory(fsPathBuffer, lastComponent.characters(), len * sizeof(UChar));
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c3899 const char *curName = _dyld_get_image_name(i), *lastComponent = NULL; local
3900 if (curName && (!processPath || 0 != strcmp(curName, processPath)) && mhp != (void *)_dyld_get_image_header(i)) lastComponent = strrchr(curName, '/');
3901 if (lastComponent) {
3902 CFStringRef str = CFStringCreateWithFileSystemRepresentation(kCFAllocatorSystemDefault, lastComponent + 1);

Completed in 85 milliseconds