Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dchrono.cpp9 #define _gmtime(t, i) gmtime_s(i, t) macro
11 #define _gmtime(t, i) gmtime_r(t, i) macro