Home
last modified time | relevance | path

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

/system/libziparchive/include/ziparchive/
Dzip_archive.h59 struct tm GetModificationTime() const;
/system/libziparchive/
Dziptool.cpp308 tm t = entry.GetModificationTime(); in ListOne()
371 tm t = entry.GetModificationTime(); in InfoOne()
Dzip_writer_test.cc218 struct tm mod = data.GetModificationTime(); in TEST_F()
268 struct tm mod = data.GetModificationTime(); in TEST_F()
Dzip_archive.cc1847 tm ZipEntryCommon::GetModificationTime() const { in GetModificationTime() function in ZipEntryCommon