MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / StartAlignedEntry

Method StartAlignedEntry

Bcore/src/main/cpp/ziparchive/zip_writer.cc:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140int32_t ZipWriter::StartAlignedEntry(const char* path, size_t flags, uint32_t alignment) {
141 return StartAlignedEntryWithTime(path, flags, time_t(), alignment);
142}
143
144int32_t ZipWriter::StartEntryWithTime(const char* path, size_t flags, time_t time) {
145 uint32_t alignment = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected