Home | History | Annotate | Download | only in Common

Lines Matching refs:fullPath

110 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath)

112 fullPath = _directoryPath;
116 fullPath += wchar_t(NFile::NName::kDirDelimiter);
117 fullPath += dirPathParts[i];
118 NFile::NDirectory::MyCreateDirectory(fullPath);
160 UString fullPath;
163 RINOK(_arc->GetItemPath(index, fullPath));
166 _filePath = fullPath;
186 if (!_wildcardCensor->CheckPath(fullPath, !_fi.IsDir))
221 SplitPathToParts(fullPath, pathParts);
293 fullProcessedPath, &fileInfo.MTime, &fileInfo.Size, fullPath,