Home
last modified time | relevance | path

Searched defs:TIMESTAMP_TO_TM (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/camera/
Dexif.cpp24 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) macro
28 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) macro