/external/webkit/Source/WebCore/platform/gtk/ |
D | FileSystemGtk.cpp | 54 CString fileSystemRepresentation(const String& path) in fileSystemRepresentation() function 70 CString filename = fileSystemRepresentation(string); in filenameForDisplay() 82 CString filename = fileSystemRepresentation(path); in fileExists() 93 CString filename = fileSystemRepresentation(path); in deleteFile() 104 CString filename = fileSystemRepresentation(path); in deleteEmptyDirectory() 114 CString filename = fileSystemRepresentation(path); in getFileSize() 129 CString filename = fileSystemRepresentation(path); in getFileModificationTime() 153 CString filename = fileSystemRepresentation(path); in makeAllDirectories() 172 CString tmpFilename = fileSystemRepresentation(pathName); in pathGetFileName() 203 GOwnPtr<char> dirname(g_path_get_dirname(fileSystemRepresentation(path).data())); in directoryName() [all …]
|
D | SharedBufferGtk.cpp | 35 CString filename = fileSystemRepresentation(filePath); in createWithContentsOfFile()
|
D | FileChooserGtk.cpp | 59 CString systemFilename = fileSystemRepresentation(m_filenames[0]); in basenameForWidth()
|
/external/webkit/Source/WebCore/platform/posix/ |
D | FileSystemPOSIX.cpp | 50 CString fsRep = fileSystemRepresentation(path); in fileExists() 63 CString fsRep = fileSystemRepresentation(path); in deleteFile() 74 CString fsRep = fileSystemRepresentation(path); in openFile() 142 CString fsRep = fileSystemRepresentation(path); in deleteEmptyDirectory() 153 CString fsRep = fileSystemRepresentation(path); in getFileSize() 169 CString fsRep = fileSystemRepresentation(path); in getFileModificationTime() 193 CString fullPath = fileSystemRepresentation(path); in makeAllDirectories() 226 CString fsRep = fileSystemRepresentation(path); in directoryName()
|
D | SharedBufferPOSIX.cpp | 43 CString filename = fileSystemRepresentation(filePath); in createWithContentsOfFile()
|
/external/webkit/Source/WebCore/platform/android/ |
D | FileSystemAndroid.cpp | 47 CString fileSystemRepresentation(const String& path) in fileSystemRepresentation() function 95 CString fsRep = fileSystemRepresentation(path); in pathGetFileName()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitapplicationcache.cpp | 89 CString path = WebCore::fileSystemRepresentation(WebCore::cacheStorage().cacheDirectory()); in webkit_application_cache_get_database_directory_path()
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | FileSystemHaiku.cpp | 45 CString fileSystemRepresentation(const String& string) in fileSystemRepresentation() function
|
/external/webkit/Source/WebCore/platform/cf/ |
D | FileSystemCF.cpp | 38 CString fileSystemRepresentation(const String& path) in fileSystemRepresentation() function
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/ |
D | ProcessLauncherMac.mm | 201 const char* frameworkExecutablePath = [[webKit2Bundle executablePath] fileSystemRepresentation]; 217 …const char* args[] = { [processAppExecutablePath fileSystemRepresentation], frameworkExecutablePat… 263 …onmentVariables.appendValue("DYLD_FRAMEWORK_PATH", [frameworksPath fileSystemRepresentation], ':'); 268 … const char* pluginProcessShimPath = [pluginProcessShimPathNSString fileSystemRepresentation];
|
/external/webkit/Source/WebCore/platform/brew/ |
D | SharedBufferBrew.cpp | 55 CString filename = fileSystemRepresentation(filePath); in createWithContentsOfFile()
|
D | FileSystemBrew.cpp | 105 CString fileSystemRepresentation(const String& path) in fileSystemRepresentation() function
|
/external/chromium/chrome/browser/cocoa/ |
D | install_from_dmg.mm | 199 [[[NSBundle mainBundle] bundlePath] fileSystemRepresentation]); 258 const char* installer_path_c = [installer_path fileSystemRepresentation]; 259 const char* source_path_c = [source_path fileSystemRepresentation]; 260 const char* target_path_c = [target_path fileSystemRepresentation]; 315 reinterpret_cast<const UInt8*>([app_path fileSystemRepresentation]);
|
D | keystone_glue.mm | 698 const char* appPathC = [appPath_ fileSystemRepresentation]; 814 const char* preflightPathC = [preflightPath fileSystemRepresentation]; 819 userBrandFile = [UserBrandFilePath() fileSystemRepresentation]; 820 systemBrandFile = [SystemBrandFilePath() fileSystemRepresentation]; 905 const char* toolPathC = [toolPath fileSystemRepresentation]; 907 const char* appPathC = [appPath_ fileSystemRepresentation];
|
/external/chromium/base/mac/ |
D | foundation_util.mm | 80 return FilePath([[bundle bundlePath] fileSystemRepresentation]); 89 return FilePath([resourcePath fileSystemRepresentation]); 131 *result = FilePath([path fileSystemRepresentation]);
|
/external/chromium/base/ |
D | file_util_mac.mm | 21 *path = FilePath([tmp fileSystemRepresentation]);
|
/external/chromium/chrome/browser/importer/ |
D | firefox_importer_utils_mac.mm | 39 return FilePath([ff_library_path fileSystemRepresentation]);
|
/external/webkit/Source/WebKit2/WebProcess/mac/ |
D | WebProcessMac.mm | 147 appendSandboxParameterPathInternal(vector, name, [(NSString *)path fileSystemRepresentation]); 158 appendSandboxParameterPathInternal(vector, name, [(NSString *)path fileSystemRepresentation]); 189 …Bundle mainBundle] pathForResource:@"com.apple.WebProcess" ofType:@"sb"] fileSystemRepresentation];
|
/external/webkit/Source/WebCore/platform/efl/ |
D | FileSystemEfl.cpp | 56 CString fileSystemRepresentation(const String& path) in fileSystemRepresentation() function
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | SandboxExtensionMac.mm | 159 …h = resolveSymlinksInPath([[(NSString *)path stringByStandardizingPath] fileSystemRepresentation]); 179 …handle.m_sandboxExtension = WKSandboxExtensionCreate(fileSystemRepresentation(path.data()).data(),…
|
/external/webkit/Source/WebCore/platform/ |
D | FileSystem.h | 178 CString fileSystemRepresentation(const String&);
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_util_mac.mm | 35 reinterpret_cast<const UInt8*>([parentPath fileSystemRepresentation]),
|
/external/webkit/Tools/WebKitLauncher/ |
D | main.m | 133 posix_spawn(NULL, [executable fileSystemRepresentation], NULL, &attr, argv, env); 135 execve([executable fileSystemRepresentation], argv, env);
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSFileManagerExtras.m | 48 error = FSPathMakeRef((const UInt8 *)[posixPath fileSystemRepresentation], &ref, NULL); 152 return !lstat([path fileSystemRepresentation], &statBuffer);
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginHostManager.mm | 291 …uginHostAppExecutablePath fileSystemRepresentation], "-createPluginMIMETypesPreferences", [bundleP…
|