Searched defs:MySearchPath (Results 1 - 2 of 2) sorted by relevance
/external/lzma/CPP/Windows/ | ||
H A D | FileDir.h | 70 bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath, UINT32 &filePart);
72 bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath, UINT32 &filePart); 75 inline bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath) function in namespace:NWindows::NFile::NDirectory 78 return MySearchPath(path, fileName, extension, resultPath, value); 82 inline bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath) function in namespace:NWindows::NFile::NDirectory 85 return MySearchPath(path, fileName, extension, resultPath, value); |
H A D | FileDir.cpp | 667 bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension,
function in namespace:NWindows::NFile::NDirectory 680 bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, function in namespace:NWindows::NFile::NDirectory 694 if (!MySearchPath( |
Completed in 118 milliseconds