Home
last modified time | relevance | path

Searched defs:resultPath (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.cpp467 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath) in MyGetFullPathName()
473 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName()
523 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName()
556 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName()
668 CSysString &resultPath, UINT32 &filePart) in MySearchPath()
681 UString &resultPath, UINT32 &filePart) in MySearchPath()
759 UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString &resultPath) in Create()
771 bool CTempFile::Create(LPCTSTR prefix, CSysString &resultPath) in Create()
797 UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath) in Create()
809 bool CTempFileW::Create(LPCWSTR prefix, UString &resultPath) in Create()
DFileDir.h75 inline bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath) in MySearchPath()
82 inline bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath) in MySearchPath()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp392 UString resultPath; in Compress() local