Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
H A 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()
H A Dclient.cpp229 string hdcPath = Base::GetHdcAbsolutePath(); in GetHilogPath() local
230 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetHilogPath()
231 string exePath = hdcPath.substr(0, index) + Base::GetPathSep() + HILOG_NAME; in GetHilogPath()

Completed in 2 milliseconds