Searched refs:Decompress (Results 1 – 10 of 10) sorted by relevance
| /system/ulib/blobfs/include/blobfs/ |
| A D | lz4.h | 76 static zx_status_t Decompress(void* target_buf, size_t* target_size,
|
| /system/ulib/blobfs/ |
| A D | lz4.cpp | 85 zx_status_t Decompressor::Decompress(void* target_buf_, size_t* target_size, in Decompress() function in blobfs::Decompressor
|
| A D | host.cpp | 617 if ((status = Decompressor::Decompress(data_ptr, &target_size, compressed_data.get(), in VerifyBlob()
|
| A D | vnode.cpp | 250 status = Decompressor::Decompress(GetData(), &target_size, compressed_mapper.start(), in InitCompressed()
|
| /system/ulib/fvm-host/include/fvm-host/ |
| A D | container.h | 172 zx_status_t Decompress(const char* path);
|
| /system/ulib/blobfs/test/ |
| A D | compressor-test.cpp | 65 ASSERT_EQ(ZX_OK, Decompressor::Decompress(output.get(), &target_size, compressed, &src_size)); in DecompressionHelper()
|
| /system/host/fvm/ |
| A D | main.cpp | 271 if (compressedContainer.Decompress(path) != ZX_OK) { in main()
|
| /system/ulib/fvm-host/container/ |
| A D | sparse.cpp | 418 zx_status_t SparseContainer::Decompress(const char* path) { in Decompress() function in SparseContainer
|
| /system/utest/fvm-host/ |
| A D | main.cpp | 212 ASSERT_EQ(compressedContainer.Decompress(sparse_path), ZX_OK); in ReportSparse()
|
| /system/host/zbi/ |
| A D | zbi.cpp | 553 std::unique_ptr<std::byte[]> Decompress(const std::list<const iovec>& payload, in Decompress() function 1202 auto buffer = Decompress(compressed.payload_, item->header_.length); in CreateFromCompressed()
|
Completed in 25 milliseconds