Home
last modified time | relevance | path

Searched refs:GetModificationTime (Results 1 – 4 of 4) sorted by relevance

/system/libziparchive/include/ziparchive/
Dzip_archive.h57 struct tm GetModificationTime() const;
/system/libziparchive/
Dzip_writer_test.cc169 struct tm mod = data.GetModificationTime(); in TEST_F()
219 struct tm mod = data.GetModificationTime(); in TEST_F()
Dziptool.cpp308 tm t = entry.GetModificationTime(); in ListOne()
371 tm t = entry.GetModificationTime(); in InfoOne()
Dzip_archive.cc1654 tm ZipEntryCommon::GetModificationTime() const { in GetModificationTime() function in ZipEntryCommon