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

/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp57 static bool resolveCygwinPath(const wstring& cygwinPath, wstring& windowsPath);
521 static bool resolveCygwinPath(const wstring& cygwinPath, wstring& windowsPath) argument
524 bool isFileProtocol = cygwinPath.find(fileProtocol) != string::npos;
525 if (cygwinPath[isFileProtocol ? 7 : 0] != '/') // ensure path is absolute
541 int newPos = cygwinPath.find('/', oldPos);
544 wstring pathComponent = cygwinPath.substr(oldPos);
555 wstring pathComponent = cygwinPath.substr(oldPos, newPos - oldPos);

Completed in 95 milliseconds