Home
last modified time | relevance | path

Searched refs:StartEntryWithTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/libziparchive/include/ziparchive/
H A Dzip_writer.h121 int32_t StartEntryWithTime(std::string_view path, size_t flags, time_t time);
/aosp12/system/libziparchive/
H A Dzip_writer_test.cc155 ASSERT_EQ(0, writer.StartEntryWithTime("align.txt", ZipWriter::kAlign32, time)); in TEST_F()
H A Dzip_writer.cc146 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 Ddumpstate.cpp844 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()