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

  /external/webkit/WebKitTools/WebKitLauncherWin/
WebKitLauncherWin.cpp 78 TCHAR exePath[MAX_PATH];
79 if (!GetModuleFileName(0, exePath, ARRAYSIZE(exePath)))
81 if (!PathRemoveFileSpec(exePath))
83 SetEnvironmentVariable(TEXT("WEBKITNIGHTLY"), exePath);
  /development/simulator/app/
MyApp.cpp 211 char exepath[PATH_MAX]; local
212 executablepath(exepath);
213 wxString out = wxString::FromAscii(exepath);
521 wxString exePath;
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 163 static const wstring& exePath()
200 path = exePath() + TEXT("DumpRenderTree.resources\\");
    [all...]

Completed in 358 milliseconds