Searched defs:operationResult (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp131 STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operationResult, bool encrypted) argument
133 switch (operationResult)
143 switch (operationResult)
175 ConvertUInt32ToString(operationResult, temp);
/external/lz4/programs/
H A Dlz4cli.c274 operationResult=0; local
534 operationResult = BMK_benchFiles(inFileNames, ifnIdx, cLevel, cLevelLast);
606 operationResult = LZ4IO_decompressMultipleFilenames(inFileNames, ifnIdx, !strcmp(output_filename,stdoutmark) ? stdoutmark : LZ4_EXTENSION);
608 operationResult = DEFAULT_DECOMPRESSOR(input_filename, output_filename);
615 operationResult = LZ4IO_compressMultipleFilenames(inFileNames, ifnIdx, LZ4_EXTENSION, cLevel);
617 operationResult = DEFAULT_COMPRESSOR(input_filename, output_filename, cLevel);
630 return operationResult;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp524 STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationResult) argument
527 return Callback->SetOperationResult(operationResult);
H A DArchiveExtractCallback.cpp1012 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult) argument
1018 return ExtractToStreamCallback->SetOperationResult7(operationResult, _encrypted);
1087 RINOK(_extractCallback2->SetOperationResult(operationResult, _encrypted));
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp383 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult) argument
385 switch (operationResult)
394 switch (operationResult)
429 ConvertUInt32ToString(operationResult, temp);
499 STDMETHOD(SetOperationResult)(Int32 operationResult);
643 STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operationResult */)

Completed in 99 milliseconds