Home
last modified time | relevance | path

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

/system/ulib/blobfs/
A Dlz4.cpp39 LZ4F_errorCode_t errc = LZ4F_createCompressionContext(&ctx_, LZ4F_VERSION); in Initialize() local
40 if (LZ4F_isError(errc)) { in Initialize()
93 LZ4F_errorCode_t errc = LZ4F_createDecompressionContext(&ctx, LZ4F_VERSION); in Decompress() local
94 if (LZ4F_isError(errc)) { in Decompress()
/system/uapp/lz4/
A Dmain.c47 LZ4F_errorCode_t errc = LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION); in do_decompress() local
48 if (LZ4F_isError(errc)) { in do_decompress()
49 fprintf(stderr, "could not initialize decompression: %s\n", LZ4F_getErrorName(errc)); in do_decompress()
/system/ulib/fvm-host/container/
A Dsparse.cpp21 LZ4F_errorCode_t errc = LZ4F_createCompressionContext(&cctx_, LZ4F_VERSION); in Setup() local
22 if (LZ4F_isError(errc)) { in Setup()
23 fprintf(stderr, "Could not create compression context: %s\n", LZ4F_getErrorName(errc)); in Setup()
58 LZ4F_errorCode_t errc = LZ4F_freeCompressionContext(cctx_); in Finish() local
59 if (LZ4F_isError(errc)) { in Finish()
60 fprintf(stderr, "Could not free compression context: %s\n", LZ4F_getErrorName(errc)); in Finish()
/system/ulib/fvm/
A Dsparse-reader.cpp81 LZ4F_errorCode_t errc = LZ4F_createDecompressionContext(&dctx_, LZ4F_VERSION); in ReadMetadata() local
82 if (LZ4F_isError(errc)) { in ReadMetadata()
84 LZ4F_getErrorName(errc)); in ReadMetadata()

Completed in 7 milliseconds