Home
last modified time | relevance | path

Searched refs:exePath (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/host/
Dclient.cpp202 string exePath = hdcPath.substr(0, index) + Base::GetPathSep() + HILOG_NAME; in GetHilogPath() local
204 return exePath; in GetHilogPath()
241 const string exePath = GetHilogPath(); in RunCommandWin32() local
242 …if (!CreateProcess(_T(exePath.c_str()), _T(buffer), NULL, NULL, true, NULL, NULL, NULL, &si, &pi))… in RunCommandWin32()