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

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/efl/
H A DWebInspectorServerEfl.cpp48 String localPath = WebCore::inspectorResourcePath() + ((path == "/") ? ASCIILiteral("/inspectorPageIndex.html") : path); local
50 FILE* fileHandle = fopen(localPath.utf8().data(), "r");
67 size_t extStart = localPath.reverseFind('.');
71 String ext = localPath.substring(extStart + 1);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/qt/
H A DWebInspectorServerQt.cpp51 String localPath = (path == "/") ? "/webkit/resources/inspectorPageIndex.html" : path; local
53 QFile file(QString::fromLatin1(":%1").arg(localPath));
59 size_t extStart = localPath.reverseFind('.');
60 String ext = localPath.substring(extStart != notFound ? extStart + 1 : 0);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/gtk/
H A DWebInspectorServerGtk.cpp51 CString localPath = WebCore::fileSystemRepresentation(inspectorServerFilesPath() + ((path == "/") ? "/webinspector/inspectorPageIndex.html" : path)); local
52 if (localPath.isNull())
55 GRefPtr<GFile> file = adoptGRef(g_file_new_for_path(localPath.data()));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip.test20 set docstrip_sources_dir [localPath {}]
H A Ddocstrip_util.test20 set docstrip_sources_dir [localPath {}]
/macosx-10.9.5/WebCore-7537.78.1/platform/ios/
H A DPasteboardIOS.mm386 NSString *localPath = [url relativePath];
388 if (![localPath hasPrefix:[(NSString *)CPSharedResourcesDirectory() stringByAppendingString:@"/Media/DCIM/"]])
391 RetainPtr<NSString> fileType = adoptNS((NSString *)UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, (CFStringRef)[localPath pathExtension], NULL));
392 NSData *data = [NSData dataWithContentsOfFile:localPath];
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/devtools/
H A Dtestutilities.tcl380 proc localPath {fname} { procedure
389 return [uplevel 1 [list source [localPath $fname]]]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPasteboardWin.cpp962 String localPath = decodeURLEscapeSequences(url.path()); local
964 if (localPath[0] == '/')
965 localPath = localPath.substring(1);
966 LPCWSTR localPathStr = localPath.charactersWithNullTermination();
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DDLDBListCFPref.cpp886 char localPath[PATH_MAX], local
890 const char* localPathPtr = cached_realpath(ix->dbName(), localPath);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DDLDBListCFPref.cpp886 char localPath[PATH_MAX], local
890 const char* localPathPtr = cached_realpath(ix->dbName(), localPath);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DDLDBListCFPref.cpp886 char localPath[PATH_MAX], local
890 const char* localPathPtr = cached_realpath(ix->dbName(), localPath);

Completed in 223 milliseconds