Searched refs:XzDecompress (Results 1 – 3 of 3) sorted by relevance
163 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data);
268 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress() function
403 if (XzDecompress(debugdata, &decompressed_data)) { in ParseSymbols()