Searched refs:MyGetTempFileName (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileDir.h | 96 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &resultPath); 98 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath);
|
D | FileDir.cpp | 733 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &path) in MyGetTempFileName() function 741 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &path) in MyGetTempFileName() function 750 UINT number = MyGetTempFileName( in MyGetTempFileName() 762 UINT number = MyGetTempFileName(dirPath, prefix, resultPath); in Create() 800 UINT number = MyGetTempFileName(dirPath, prefix, resultPath); in Create()
|