Searched refs:relativePath (Results 1 - 8 of 8) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFURL.c327 static CFStringRef _resolveFileSystemPaths(CFStringRef relativePath, CFStringRef basePath, Boolean baseIsDir, CFURLPathStyle fsType, CFAllocatorRef alloc);
4095 static CFStringRef _resolveFileSystemPaths(CFStringRef relativePath, CFStringRef basePath, Boolean baseIsDir, CFURLPathStyle fsType, CFAllocatorRef alloc) { argument
4097 CFIndex relLen = CFStringGetLength(relativePath);
4120 CFStringGetCharacters(relativePath, CFRangeMake(0, relLen), buf + baseLen);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c4001 CFStringRef relativePath = NULL; // must release local
4039 relativePath = CFStringCreateWithSubstring(CFGetAllocator(aKext),
4042 if (!relativePath) {
4047 CFDictionarySetValue(preResult, CFSTR("OSBundlePath"), relativePath);
4076 SAFE_RELEASE(relativePath);
/macosx-10.9.5/WebCore-7537.78.1/platform/ios/
H A DPasteboardIOS.mm386 NSString *localPath = [url relativePath];
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFileInputType.cpp297 String relativePath = files[i].path.substring(rootLength).replace('\\', '/'); local
298 fileList->append(File::createWithRelativePath(files[i].path, relativePath));
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFile.cpp91 PassRefPtr<File> File::createWithRelativePath(const String& path, const String& relativePath) argument
94 file->m_relativePath = relativePath;
H A DFile.h60 static PassRefPtr<File> createWithRelativePath(const String& path, const String& relativePath);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitNSStringExtras.mm158 NSString *relativePath = [self substringFromIndex:[resolvedHomeDirectory length]];
159 path = [NSHomeDirectory() stringByAppendingPathComponent:relativePath];
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.h33 PathSpec relativePath,

Completed in 193 milliseconds