Home | History | Annotate | Download | only in win

Lines Matching refs:lastPathComponent

171 wstring lastPathComponent(const wstring& urlString)
177 RetainPtr<CFStringRef> lastPathComponent(CFURLCopyLastPathComponent(url.get()));
179 return cfStringRefToWString(lastPathComponent.get());