Home
last modified time | relevance | path

Searched refs:_dirPathPrefix (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp265 _dirPathPrefix = directoryPath; in Init()
268 if (!NName::IsAltPathPrefix(_dirPathPrefix)) in Init()
271 NName::NormalizeDirPathPrefix(_dirPathPrefix); in Init()
355 fullPath = _dirPathPrefix; in CreateComplexDirectory()
1076 fullProcessedPath = MakePath_from_2_Parts(_dirPathPrefix, fullProcessedPath); in GetStream()
DArchiveExtractCallback.h190 FString _dirPathPrefix; variable