HomeSort by relevance Sort by last modified time
    Searched refs:fileSystemRepresentation (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 54 CString fileSystemRepresentation(const String& path)
70 CString filename = fileSystemRepresentation(string);
82 CString filename = fileSystemRepresentation(path);
93 CString filename = fileSystemRepresentation(path);
104 CString filename = fileSystemRepresentation(path);
114 CString filename = fileSystemRepresentation(path);
129 CString filename = fileSystemRepresentation(path);
153 CString filename = fileSystemRepresentation(path);
172 CString tmpFilename = fileSystemRepresentation(pathName);
203 GOwnPtr<char> dirname(g_path_get_dirname(fileSystemRepresentation(path).data()))
    [all...]
SharedBufferGtk.cpp 35 CString filename = fileSystemRepresentation(filePath);
FileChooserGtk.cpp 59 CString systemFilename = fileSystemRepresentation(m_filenames[0]);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitapplicationcache.cpp 89 CString path = WebCore::fileSystemRepresentation(WebCore::cacheStorage().cacheDirectory());
  /external/webkit/Source/WebCore/platform/android/
FileSystemAndroid.cpp 47 CString fileSystemRepresentation(const String& path)
91 // the input through fileSystemRepresentation before using it to resolve it if
95 CString fsRep = fileSystemRepresentation(path);
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 50 CString fsRep = fileSystemRepresentation(path);
63 CString fsRep = fileSystemRepresentation(path);
74 CString fsRep = fileSystemRepresentation(path);
142 CString fsRep = fileSystemRepresentation(path);
153 CString fsRep = fileSystemRepresentation(path);
169 CString fsRep = fileSystemRepresentation(path);
193 CString fullPath = fileSystemRepresentation(path);
226 CString fsRep = fileSystemRepresentation(path);
SharedBufferPOSIX.cpp 43 CString filename = fileSystemRepresentation(filePath);
  /external/webkit/Source/WebCore/platform/cf/
FileSystemCF.cpp 38 CString fileSystemRepresentation(const String& path)
  /external/webkit/Source/WebCore/platform/haiku/
FileSystemHaiku.cpp 45 CString fileSystemRepresentation(const String& string)
  /external/webkit/Source/WebCore/platform/brew/
SharedBufferBrew.cpp 55 CString filename = fileSystemRepresentation(filePath);
FileSystemBrew.cpp 105 CString fileSystemRepresentation(const String& path)
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 147 appendSandboxParameterPathInternal(vector, name, [(NSString *)path fileSystemRepresentation]);
158 appendSandboxParameterPathInternal(vector, name, [(NSString *)path fileSystemRepresentation]);
189 const char* profilePath = [[[NSBundle mainBundle] pathForResource:@"com.apple.WebProcess" ofType:@"sb"] fileSystemRepresentation];
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 201 const char* frameworkExecutablePath = [[webKit2Bundle executablePath] fileSystemRepresentation];
217 const char* args[] = { [processAppExecutablePath fileSystemRepresentation], frameworkExecutablePath, "-type", processTypeAsString(m_launchOptions.processType), "-servicename", serviceName.data(), "-localization", localization.data(), 0 };
263 environmentVariables.appendValue("DYLD_FRAMEWORK_PATH", [frameworksPath fileSystemRepresentation], ':');
268 const char* pluginProcessShimPath = [pluginProcessShimPathNSString fileSystemRepresentation];
  /external/webkit/Source/WebKit2/Shared/mac/
SandboxExtensionMac.mm 159 CString standardizedPath = resolveSymlinksInPath([[(NSString *)path stringByStandardizingPath] fileSystemRepresentation]);
179 handle.m_sandboxExtension = WKSandboxExtensionCreate(fileSystemRepresentation(path.data()).data(), wkSandboxExtensionType(type));
  /external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp 56 CString fileSystemRepresentation(const String& path)
  /external/webkit/Source/WebKit/mac/Misc/
WebNSFileManagerExtras.m 48 error = FSPathMakeRef((const UInt8 *)[posixPath fileSystemRepresentation], &ref, NULL);
152 return !lstat([path fileSystemRepresentation], &statBuffer);
WebIconDatabase.mm 301 rename([legacyDB fileSystemRepresentation], [newDB fileSystemRepresentation]);
675 rmdir([databaseDirectory fileSystemRepresentation]);
  /external/webkit/Source/WebCore/platform/
FileSystem.h 178 CString fileSystemRepresentation(const String&);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 291 const char* args[] = { [pluginHostAppExecutablePath fileSystemRepresentation], "-createPluginMIMETypesPreferences", [bundlePath fileSystemRepresentation], 0 };
  /external/webkit/Tools/WebKitLauncher/
main.m 133 posix_spawn(NULL, [executable fileSystemRepresentation], NULL, &attr, argv, env);
135 execve([executable fileSystemRepresentation], argv, env);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.mm 396 m_pluginFuncs->asfile(m_plugin, &m_stream, [carbonPath fileSystemRepresentation]);
405 unlink([m_path.get() fileSystemRepresentation]);
563 char *temporaryFileName = strdup([temporaryFileMask fileSystemRepresentation]);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 547 CString templateRepresentation = [temporaryDirectoryTemplate fileSystemRepresentation];
571 CString pathTemplateRepresentation = [pathTemplate fileSystemRepresentation];
573 int fd = mkstemps(pathTemplateRepresentation.mutableData(), pathTemplateRepresentation.length() - strlen([pathTemplatePrefix fileSystemRepresentation]) + 1);
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 108 CString fileSystemRepresentation(const String&)
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 142 CString fileSystemRepresentation(const String&)
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm     [all...]

Completed in 1286 milliseconds

1 2