Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp424 tm *timeptr = localtime_r(&currentTime, &tmInfo); in DecodeSetFileName() local
425 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()