Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon_app.cpp58 char tmpPath[256] = ""; in CommandDispatch() local
60 uv_os_tmpdir(tmpPath, &size); in CommandDispatch()
61 dstPath = tmpPath; in CommandDispatch()
/developtools/hdc/src/common/
Dbase.cpp215 string tmpPath = functionName; in PrintLogEx() local
216 string filePath = GetFileNameAny(tmpPath); in PrintLogEx()