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

/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/
H A DDatabaseProcess.cpp131 void DatabaseProcess::ensureIndexedDatabaseRelativePathExists(const String& relativePath) argument
133 postDatabaseTask(createAsyncTask(*this, &DatabaseProcess::ensurePathExists, absoluteIndexedDatabasePathFromDatabaseRelativePath(relativePath)));
144 String DatabaseProcess::absoluteIndexedDatabasePathFromDatabaseRelativePath(const String& relativePath) argument
148 return pathByAppendingComponent(m_indexedDatabaseDirectory, relativePath);
/macosx-10.10.1/WebKit2-7600.1.25/NetworkProcess/cocoa/
H A DNetworkProcessCocoa.mm49 -(id)_initWithMemoryCapacity:(NSUInteger)memoryCapacity diskCapacity:(NSUInteger)diskCapacity relativePath:(NSString *)path;
76 relativePath:parameters.uiProcessBundleIdentifier]).get()];
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_commands.h33 PathSpec relativePath,
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DSourceMapResource.js72 return relativePath(resourceURLComponents.path, sourceMappingBasePathURLComponents.path);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DURLUtilities.js34 function relativePath(path, basePath) function
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/cocoa/
H A DWebProcessCocoa.mm61 -(id)_initWithMemoryCapacity:(NSUInteger)memoryCapacity diskCapacity:(NSUInteger)diskCapacity relativePath:(NSString *)path;
185 relativePath:parameters.uiProcessBundleIdentifier]).get()];
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebKitNSStringExtras.mm170 NSString *relativePath = [self substringFromIndex:[resolvedHomeDirectory length]];
171 path = [NSHomeDirectory() stringByAppendingPathComponent:relativePath];
/macosx-10.10.1/IOKitUser-1050.1.21/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);

Completed in 172 milliseconds