Home
last modified time | relevance | path

Searched refs:_totalFilesDefined (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DOpenCallbackConsole.cpp26 _totalFilesDefined = true; in Open_SetTotal()
31 _totalFilesDefined = false; in Open_SetTotal()
58 if (_totalFilesDefined) in Open_SetCompleted()
64 if (!_totalFilesDefined) in Open_SetCompleted()
DOpenCallbackConsole.h20 bool _totalFilesDefined; variable
38 _totalFilesDefined(false), in COpenCallbackConsole()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h287 bool _totalFilesDefined; variable
300 _totalFilesDefined(false), in CExtractCallbackImp()
DExtractCallback.cpp101 _totalFilesDefined = true; in Open_SetTotal()
105 _totalFilesDefined = false; in Open_SetTotal()