OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kpv_ErrorFlags_UnsupportedFeature
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/
PropID.h
119
const UInt32
kpv_ErrorFlags_UnsupportedFeature
= 1 << 8;
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
230
if (_db.UnsupportedFeatureWarning) v |=
kpv_ErrorFlags_UnsupportedFeature
;
243
if (_db.UnsupportedFeatureError) v |=
kpv_ErrorFlags_UnsupportedFeature
;
Completed in 37 milliseconds