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

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

Completed in 237 milliseconds