Home
last modified time | relevance | path

Searched refs:StartAlignedEntryWithTime (Results 1 – 3 of 3) sorted by relevance

/system/libziparchive/include/ziparchive/
Dzip_writer.h126 …int32_t StartAlignedEntryWithTime(std::string_view path, size_t flags, time_t time, uint32_t align…
/system/libziparchive/
Dzip_writer.cc139 return StartAlignedEntryWithTime(path, flags, time_t(), alignment); in StartEntry()
143 return StartAlignedEntryWithTime(path, flags, time_t(), alignment); in StartAlignedEntry()
152 return StartAlignedEntryWithTime(path, flags, time, alignment); in StartEntryWithTime()
201 int32_t ZipWriter::StartAlignedEntryWithTime(std::string_view path, size_t flags, time_t time, in StartAlignedEntryWithTime() function in ZipWriter
Dzip_writer_test.cc205 ASSERT_EQ(0, writer.StartAlignedEntryWithTime("align.txt", 0, time, 4096)); in TEST_F()