Searched defs:_filePath (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h39 UString _filePath; member in class:CArchiveExtractCallback
/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);

Completed in 409 milliseconds