Home
last modified time | relevance | path

Searched defs:decompress (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dinspect_cow.cpp81 static bool Inspect(const std::string& path, bool silent, bool decompress, bool show_bad) { in Inspect()
146 bool decompress = false; in main() local
/system/apex/tools/
Ddeapexer.py304 def decompress(compressed_apex_fp, decompressed_apex_fp): function
/system/libziparchive/
Dzip_writer_test.cc281 std::vector<uint8_t> decompress(kBufSize); in TEST_F() local
/system/libufdt/utils/src/
Dmkdtboimg.py527 def extract_dt_file(self, idx, fout, decompress): argument