Searched refs:hdcPath (Results 1 – 2 of 2) sorted by relevance
41 string hdcPath = Base::GetHdcAbsolutePath(); in GetPath() local42 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetPath()43 return (hdcPath.substr(0, index) + Base::GetPathSep() + path); in GetPath()
200 string hdcPath = Base::GetHdcAbsolutePath(); in GetHilogPath() local201 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetHilogPath()202 string exePath = hdcPath.substr(0, index) + Base::GetPathSep() + HILOG_NAME; in GetHilogPath()