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

/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp185 UString _filePath; // name inside arcvhive member in class:CArchiveExtractCallback
248 _filePath = fullPath;
306 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR);
308 NFile::NDirectory::CreateComplexDirectory(_directoryPath + _filePath.Left(slashPos));
311 UString fullProcessedPath = _directoryPath + _filePath;
356 PrintString(_filePath);
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h39 UString _filePath; member in class:CArchiveExtractCallback
H A DArchiveExtractCallback.cpp166 _filePath = fullPath;
409 return _extractCallback2->PrepareOperation(_filePath, _fi.IsDir,

Completed in 1935 milliseconds