HomeSort by relevance Sort by last modified time
    Searched refs:VolumePaths (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 54 UStringVector VolumePaths;
Extract.cpp 204 for (int v = 0; v < archiveLink.VolumePaths.Size(); v++)
206 int index = arcPathsFull.FindInSorted(archiveLink.VolumePaths[v]);
216 if (archiveLink.VolumePaths.Size() != 0)
OpenArchive.cpp 510 VolumePaths.Add(prefix + name);
512 VolumePaths.Add(prefix + openCallbackSpec->FileNames[i]);
Update.cpp 699 if (arcLink.VolumePaths.Size() > 1)
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 487 for (int v = 0; v < archiveLink.VolumePaths.Size(); v++)
489 int index = arcPathsFull.FindInSorted(archiveLink.VolumePaths[v]);
614 if (archiveLink.VolumePaths.Size() != 0)

Completed in 30 milliseconds