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

  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 86 CBoolPair SymLinks;
ZipRegistry.h 74 CBoolPair SymLinks;
DirItem.h 54 bool SymLinks;
ArchiveExtractCallback.h 54 CBoolPair SymLinks;
64 SymLinks.Val = true;
Update.h 109 CBoolPair SymLinks;
ArchiveCommandLine.cpp 1076 SetBoolPair(parser, NKey::kSymLinks, options.SymLinks);
1094 nt.SymLinks = options.SymLinks;
1095 if (!options.SymLinks.Def)
1096 nt.SymLinks.Val = true;
    [all...]
EnumDirItems.cpp 101 SymLinks(false),
324 if (!SymLinks || !fi.HasReparsePoint())
701 if (!SymLinks)
Update.cpp 628 updateCallbackSpec->StoreSymLinks = options.SymLinks.Val;
1136 dirItems.SymLinks = options.SymLinks.Val;
    [all...]
ArchiveExtractCallback.cpp 876 else if (_ntOptions.SymLinks.Val)

Completed in 69 milliseconds