Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileDir.h91 bool MyGetTempPath(CSysString &resultPath);
93 bool MyGetTempPath(UString &resultPath);
DFileDir.cpp708 bool MyGetTempPath(CSysString &path) in MyGetTempPath() function
716 bool MyGetTempPath(UString &path) in MyGetTempPath() function
726 if (!MyGetTempPath(sysPath)) in MyGetTempPath()
774 if (!MyGetTempPath(tempPath)) in Create()
812 if (!MyGetTempPath(tempPath)) in Create()
/external/lzma/CPP/7zip/UI/Common/
DWorkDir.cpp54 if (!NDirectory::MyGetTempPath(tempDir)) in GetWorkDir()
DArchiveCommandLine.cpp648 NDirectory::MyGetTempPath(options.WorkingDir); in SetAddCommandOptions()
/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp46 if (!MyGetTempPath(tempDirPath)) in WriteToFile()