Searched refs:StartAlignedEntryWithTime (Results 1 – 3 of 3) sorted by relevance
/system/core/libziparchive/ |
D | zip_writer.cc | 135 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
|
D | zip_writer_test.cc | 217 ASSERT_EQ(0, writer.StartAlignedEntryWithTime("align.txt", 0, time, 4096)); in TEST_F()
|
/system/core/include/ziparchive/ |
D | zip_writer.h | 123 int32_t StartAlignedEntryWithTime(const char* path, size_t flags, time_t time,
|