Searched refs:out_contents (Results 1 – 2 of 2) sorted by relevance
28 std::string* out_contents) { in ReadFileFromZipToString() argument29 out_contents->clear(); in ReadFileFromZipToString()45 out_contents->resize(entry.uncompressed_length); in ReadFileFromZipToString()47 handle, &entry, const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(out_contents->data())), in ReadFileFromZipToString()48 out_contents->size()); in ReadFileFromZipToString()
32 std::string* out_contents);