Home | History | Annotate | Download | only in win

Lines Matching refs:exePath

229 static const wstring& exePath()
266 path = exePath() + TEXT("DumpRenderTree.resources\\");
1230 BSTR pluginPath = SysAllocStringLen(0, exePath().length() + _tcslen(TestPluginDir));
1231 _tcscpy(pluginPath, exePath().c_str());