Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/
DFTPDirectoryDocument.cpp229 static struct tm *localTimeQt(const time_t *const timep, struct tm *result) in localTimeQt() function
236 #define localtime_r(x, y) localTimeQt(x, y)