Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileDir.h70 bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath, UINT32…
72 bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath, UINT32 &f…
75 inline bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath) in MySearchPath() function
78 return MySearchPath(path, fileName, extension, resultPath, value); in MySearchPath()
82 inline bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath) in MySearchPath() function
85 return MySearchPath(path, fileName, extension, resultPath, value); in MySearchPath()
DFileDir.cpp667 bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, in MySearchPath() function
680 bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, in MySearchPath() function
694 if (!MySearchPath( in MySearchPath()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp668 if (!NDirectory::MySearchPath(NULL, name, NULL, options.SfxModule)) in UpdateArchive()