Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h126 bool Flags_NtSecure() const { return (Flags & NArcInfoFlags::kNtSecure) != 0; } in Flags_NtSecure() function
DUpdate.cpp582 if (options.NtSecurity.Val && !arcInfo.Flags_NtSecure()) in Compress()