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

  /external/webkit/Tools/WebKitLauncherWin/
WebKitLauncherWin.cpp 78 TCHAR exePath[MAX_PATH];
79 if (!GetModuleFileName(0, exePath, ARRAYSIZE(exePath)))
81 if (!PathRemoveFileSpec(exePath))
83 SetEnvironmentVariable(TEXT("WEBKITNIGHTLY"), exePath);
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 229 static const wstring& exePath()
266 path = exePath() + TEXT("DumpRenderTree.resources\\");
    [all...]

Completed in 37 milliseconds