HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFilePathSeparator (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.cpp 65 rootPath.append(PlatformFilePathSeparator);
67 rootPath.append(PlatformFilePathSeparator);
69 rootPath.append(PlatformFilePathSeparator);
80 return m_platformRootPath + virtualPath.replace('/', PlatformFilePathSeparator);
FileSystem.h 156 static const char PlatformFilePathSeparator = '\\';
158 static const char PlatformFilePathSeparator = '/';

Completed in 36 milliseconds