Searched refs:StartEntryWithTime (Results 1 – 3 of 3) sorted by relevance
/system/libziparchive/include/ziparchive/ |
D | zip_writer.h | 127 int32_t StartEntryWithTime(std::string_view path, size_t flags, time_t time);
|
/system/libziparchive/ |
D | zip_writer_test.cc | 203 ASSERT_EQ(0, writer.StartEntryWithTime("align.txt", ZipWriter::kAlign32, time)); in TEST_F() 350 ASSERT_EQ(0, writer.StartEntryWithTime("file.txt", 0, time)); in TEST_F()
|
D | zip_writer.cc | 148 int32_t ZipWriter::StartEntryWithTime(std::string_view path, size_t flags, time_t time) { in StartEntryWithTime() function in ZipWriter
|