Searched refs:kCompress (Results 1 – 6 of 6) sorted by relevance
77 constexpr bool kCompress = true; // Ignore the config here. Dropbox will always end up in WriteDropboxFile() local83 if (!SerializeProtobuf(encodedProfile, std::move(tmp_fd), kCompress)) { in WriteDropboxFile()
40 writer.StartEntry(lastName.c_str(), ZipWriter::kCompress); in CreateZip()
233 ASSERT_EQ(0, writer.StartEntry("file.txt", ZipWriter::kCompress)); in TEST_F()265 ASSERT_EQ(0, writer.StartEntry("file.txt", ZipWriter::kCompress)); in TEST_F()
223 if (flags & ZipWriter::kCompress) { in StartAlignedEntryWithTime()
59 kCompress = 0x01, enumerator
171 int result = zip_writer.StartEntry(name.c_str(), ZipWriter::kCompress); in CollectRecordingData()