Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dext_client.cpp41 string hdcPath = Base::GetHdcAbsolutePath(); in GetPath() local
42 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetPath()
43 return (hdcPath.substr(0, index) + Base::GetPathSep() + path); in GetPath()
Dclient.cpp200 string hdcPath = Base::GetHdcAbsolutePath(); in GetHilogPath() local
201 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetHilogPath()
202 string exePath = hdcPath.substr(0, index) + Base::GetPathSep() + HILOG_NAME; in GetHilogPath()