Searched refs:StartEntryWithTime (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/libziparchive/include/ziparchive/ |
H A D | zip_writer.h | 121 int32_t StartEntryWithTime(std::string_view path, size_t flags, time_t time);
|
/aosp12/system/libziparchive/ |
H A D | zip_writer_test.cc | 155 ASSERT_EQ(0, writer.StartEntryWithTime("align.txt", ZipWriter::kAlign32, time)); in TEST_F()
|
H A D | zip_writer.cc | 146 int32_t ZipWriter::StartEntryWithTime(std::string_view path, size_t flags, time_t time) { in StartEntryWithTime() function in ZipWriter
|
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | dumpstate.cpp | 844 int32_t err = zip_writer_->StartEntryWithTime(valid_name.c_str(), ZipWriter::kCompress, in AddZipEntryFromFd() 945 … int32_t err = zip_writer_->StartEntryWithTime(entry_name.c_str(), ZipWriter::kCompress, ds.now_); in AddTextZipEntry()
|