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

/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.h37 UString _filePath; member in class:CExtractCallbackImp
H A DExtractCallbackSfx.cpp109 _filePath = fullPath;
/external/lzma/CPP/Windows/
H A DFileFind.h113 FString _filePath; member in class:NWindows::NFile::NFind::CStreamEnumerator
117 CStreamEnumerator(const FString &filePath): _filePath(filePath) {}
H A DFileFind.cpp266 res = _find.FindFirst(_filePath, si);
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp210 UString _filePath; // name inside arcvhive member in class:CArchiveExtractCallback
273 _filePath = fullPath;
329 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR);
331 CreateComplexDir(_directoryPath + us2fs(_filePath.Left(slashPos)));
334 FString fullProcessedPath = _directoryPath + us2fs(_filePath);
379 PrintString(_filePath);
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp113 _filePath = fileName;
183 _filePath = path; local
675 GetChangedString(Sync._filePath, _filePath, curFilePath_Changed);
867 s1 = _filePath;
870 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR);
873 s1.SetFrom(_filePath, slashPos + 1);
874 s2 = _filePath.Ptr(slashPos + 1);
877 s2 = _filePath;
H A DProgressDialog2.h48 UString _filePath; member in class:CProgressSync
106 UString _filePath; member in class:CProgressDialog
H A DExtractCallback.cpp692 _filePath = name;
782 return SetCurrentFilePath2(_filePath);
798 _hashStreamSpec->_hash->Final(_isFolder, _isAltStream, _filePath);
807 _hashCalc->Final(_isFolder, _isAltStream, _filePath);
H A DExtractCallback.h254 UString _filePath; member in class:CExtractCallbackImp
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp453 _filePath = fullPath;
844 relatPath = GetDirPrefixOf(_filePath);
1007 return _extractCallback2->PrepareOperation(_filePath, _fi.IsDir,
1025 _hashStreamSpec->_hash->Final(_fi.IsDir, _isAltStream, _filePath);
H A DArchiveExtractCallback.h155 UString _filePath; member in class:CArchiveExtractCallback

Completed in 121 milliseconds