Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp138 string path = GetTmpDir() + LOG_FILE_NAME; in LogToFile()
145 string path = GetTmpDir() + LOG_CACHE_NAME; in LogToCache()
184 string path = GetTmpDir() + LOG_FILE_NAME; in ChmodLogFile()
1578 string GetTmpDir() in GetTmpDir() function
1616 string path = GetTmpDir() + LOG_FILE_NAME; in RemoveLogFile()
1617 string bakPath = GetTmpDir() + LOG_BAK_NAME; in RemoveLogFile()
1618 string cachePath = GetTmpDir() + LOG_CACHE_NAME; in RemoveLogFile()
1628 string cachePath = GetTmpDir() + LOG_CACHE_NAME; in RemoveLogCache()
Dbase.h143 string GetTmpDir();