Searched refs:StartAlignedEntryWithTime (Results 1 – 3 of 3) sorted by relevance
/system/libziparchive/include/ziparchive/ |
D | zip_writer.h | 126 …int32_t StartAlignedEntryWithTime(std::string_view path, size_t flags, time_t time, uint32_t align…
|
/system/libziparchive/ |
D | zip_writer.cc | 139 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
|
D | zip_writer_test.cc | 205 ASSERT_EQ(0, writer.StartAlignedEntryWithTime("align.txt", 0, time, 4096)); in TEST_F()
|