HomeSort by relevance Sort by last modified time
    Searched refs:MyGetTempFileName (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
FileDir.h 96 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &resultPath);
98 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath);
FileDir.cpp 733 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &path)
741 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &path)
750 UINT number = MyGetTempFileName(
762 UINT number = MyGetTempFileName(dirPath, prefix, resultPath);
800 UINT number = MyGetTempFileName(dirPath, prefix, resultPath);

Completed in 111 milliseconds