Home
last modified time | relevance | path

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

/developtools/hdc/src/test/
Dut_runtime.cpp214 string utFile = Base::StringFormat("%s/%s", UT_TMP_PATH.c_str(), file.c_str()); in ResetUtTmpFile() local
215 string sCmd = "rm -f " + utFile; in ResetUtTmpFile()
217 if (!stat(utFile.c_str(), &statbuf)) { in ResetUtTmpFile()