Searched refs:tmInfo (Results 1 – 1 of 1) sorted by relevance
418 struct tm tmInfo; in DecodeSetFileName() local419 if (memset_s(&tmInfo, sizeof(struct tm), 0x00, sizeof(tm)) != EOK) { in DecodeSetFileName()424 tm *timeptr = localtime_r(¤tTime, &tmInfo); in DecodeSetFileName()