Searched refs:out_contents (Results 1 – 2 of 2) sorted by relevance
73 std::string* out_contents) { in ReadFileFromZipToString() argument74 out_contents->clear(); in ReadFileFromZipToString()91 out_contents->resize(entry.uncompressed_length); in ReadFileFromZipToString()93 handle, &entry, const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(out_contents->data())), in ReadFileFromZipToString()94 out_contents->size()); in ReadFileFromZipToString()
49 std::string* out_contents);