Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_writer.cc135 return StartAlignedEntryWithTime(path, flags, time_t(), alignment); in StartEntry()
139 return StartAlignedEntryWithTime(path, flags, time_t(), alignment); in StartAlignedEntry()
148 return StartAlignedEntryWithTime(path, flags, time, alignment); in StartEntryWithTime()
196 int32_t ZipWriter::StartAlignedEntryWithTime(const char* path, size_t flags, in StartAlignedEntryWithTime() function in ZipWriter
Dzip_writer_test.cc217 ASSERT_EQ(0, writer.StartAlignedEntryWithTime("align.txt", 0, time, 4096)); in TEST_F()
/system/core/include/ziparchive/
Dzip_writer.h123 int32_t StartAlignedEntryWithTime(const char* path, size_t flags, time_t time,