Searched refs:MySearchPath (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileDir.h70 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 DFileDir.cpp667 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(
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp668 if (!NDirectory::MySearchPath(NULL, name, NULL, options.SfxModule))

Completed in 85 milliseconds