Searched refs:decompressed_data (Results 1 – 4 of 4) sorted by relevance
94 brillo::Blob decompressed_data(kDecompressedLength); in TEST_F() local95 for (size_t i = 0; i < decompressed_data.size(); ++i) in TEST_F()96 decompressed_data[i] = static_cast<uint8_t>("ABC\n"[i % 4]); in TEST_F()117 test_utils::ExpectVectorsEq(decompressed_data, output); in TEST_F()
404 std::string decompressed_data; in ParseSymbolsFromELFFile() local405 if (XzDecompress(debugdata, &decompressed_data)) { in ParseSymbolsFromELFFile()407 result = OpenObjectFileInMemory(decompressed_data.data(), decompressed_data.size(), in ParseSymbolsFromELFFile()
141 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data);
261 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress() argument295 *decompressed_data = std::move(dst); in XzDecompress()