Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DZipEntry.h99 time_t getModWhen(void) const;
DPackage.cpp299 if (fileModWhen > entry->getModWhen()) { in processFile()
DZipEntry.cpp321 time_t ZipEntry::getModWhen(void) const in getModWhen() function in ZipEntry
DCommand.cpp161 when = entry->getModWhen(); in doList()