Searched refs:exePath (Results 1 – 1 of 1) sorted by relevance
| /developtools/hdc/src/host/ |
| D | client.cpp | 202 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()
|