Home
last modified time | relevance | path

Searched refs:kCompress (Results 1 – 6 of 6) sorted by relevance

/system/extras/perfprofd/dropbox/
Ddropbox.cc77 constexpr bool kCompress = true; // Ignore the config here. Dropbox will always end up in WriteDropboxFile() local
83 if (!SerializeProtobuf(encodedProfile, std::move(tmp_fd), kCompress)) { in WriteDropboxFile()
/system/core/libziparchive/
Dzip_archive_benchmark.cpp40 writer.StartEntry(lastName.c_str(), ZipWriter::kCompress); in CreateZip()
Dzip_writer_test.cc233 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()
Dzip_writer.cc223 if (flags & ZipWriter::kCompress) { in StartAlignedEntryWithTime()
/system/core/libziparchive/include/ziparchive/
Dzip_writer.h59 kCompress = 0x01, enumerator
/system/extras/simpleperf/
Dcmd_api.cpp171 int result = zip_writer.StartEntry(name.c_str(), ZipWriter::kCompress); in CollectRecordingData()