Searched refs:timeptr (Results 1 – 1 of 1) sorted by relevance
424 tm *timeptr = localtime_r(¤tTime, &tmInfo); in DecodeSetFileName() local425 if (currentTime == static_cast<time_t>(-1) || timeptr == nullptr) { in DecodeSetFileName()428 if (timeptr != nullptr) { in DecodeSetFileName()429 (void)strftime(chCurrentTime, sizeof(chCurrentTime), "%Y%m%d%H%M%S", timeptr); in DecodeSetFileName()