Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp415 char chCurrentTime[timeBufferLen] = {0}; in DecodeSetFileName() local
427 (void)strftime(chCurrentTime, sizeof(chCurrentTime), "%Y%m%d%H%M%S", timeptr); in DecodeSetFileName()
429 strFileName_ = chCurrentTime; in DecodeSetFileName()