Searched refs:MyGetTempFileName (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileDir.h96 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &resultPath);
98 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath);
H A DFileDir.cpp733 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &path) function in namespace:NWindows::NFile::NDirectory
741 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &path) function in namespace:NWindows::NFile::NDirectory
750 UINT number = MyGetTempFileName(
762 UINT number = MyGetTempFileName(dirPath, prefix, resultPath);
800 UINT number = MyGetTempFileName(dirPath, prefix, resultPath);

Completed in 107 milliseconds