Searched refs:gmtime_res (Results 1 – 1 of 1) sorted by relevance
597 struct tm *gmtime_res = nullptr; in SetRtcTime() local614 gmtime_res = gmtime_r(&sec, &tm); in SetRtcTime()615 if (gmtime_res) { in SetRtcTime()