Searched defs:decompress (Results 1 – 4 of 4) sorted by relevance
81 static bool Inspect(const std::string& path, bool silent, bool decompress, bool show_bad) { in Inspect()146 bool decompress = false; in main() local
304 def decompress(compressed_apex_fp, decompressed_apex_fp): function
281 std::vector<uint8_t> decompress(kBufSize); in TEST_F() local
527 def extract_dt_file(self, idx, fout, decompress): argument