Searched refs:operationResult (Results 1 - 3 of 3) sorted by relevance

/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/Client7z/
H A DClient7z.cpp391 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult) argument
393 switch (operationResult)
402 switch (operationResult)
437 ConvertUInt32ToString(operationResult, temp);
506 STDMETHOD(SetOperationResult)(Int32 operationResult);
644 STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operationResult */)
/external/lzma/CPP/7zip/Archive/
H A DIArchive.h408 STDMETHOD(SetOperationResult)(Int32 operationResult) x; \

Completed in 598 milliseconds