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

  /external/lzma/CPP/7zip/UI/Common/
Update.h 29 UString VolExtension; // archive type extension for volumes
Update.cpp 313 path += UString(L'.') + VolExtension;
380 ArchivePath.VolExtension = typeExt;
386 uc.ArchivePath.VolExtension = typeExt;
715 if (!archivePath.VolExtension.IsEmpty())
716 updateCallbackSpec->VolExt = UString(L'.') + archivePath.VolExtension;
    [all...]

Completed in 596 milliseconds