Home
last modified time | relevance | path

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

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