Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp141 string path = GetTmpDir() + LOG_FILE_NAME; in LogToFile()
148 string path = GetTmpDir() + LOG_CACHE_NAME; in LogToCache()
187 string path = GetTmpDir() + LOG_FILE_NAME; in ChmodLogFile()
1531 string GetTmpDir() in GetTmpDir() function
1569 string path = GetTmpDir() + LOG_FILE_NAME; in RemoveLogFile()
1570 string bakPath = GetTmpDir() + LOG_BAK_NAME; in RemoveLogFile()
1571 string cachePath = GetTmpDir() + LOG_CACHE_NAME; in RemoveLogFile()
1581 string cachePath = GetTmpDir() + LOG_CACHE_NAME; in RemoveLogCache()
Dbase.h142 string GetTmpDir();