Searched refs:StartAlignedEntry (Results 1 - 3 of 3) sorted by relevance

/system/core/include/ziparchive/
H A Dzip_writer.h97 int32_t StartAlignedEntry(const char* path, size_t flags, uint32_t alignment);
105 * Same as StartAlignedEntry(const char*, size_t), but sets a last modified time for the entry.
/system/core/libziparchive/
H A Dzip_writer_test.cc203 ASSERT_EQ(0, writer.StartAlignedEntry("align.txt", 0, 4096));
319 ASSERT_EQ(-5, writer.StartAlignedEntry("align.txt", ZipWriter::kAlign32, 4096));
320 ASSERT_EQ(-6, writer.StartAlignedEntry("align.txt", 0, 3));
H A Dzip_writer.cc126 int32_t ZipWriter::StartAlignedEntry(const char* path, size_t flags, uint32_t alignment) { function in class:ZipWriter

Completed in 37 milliseconds