Searched refs:s_tm (Results 1 – 1 of 1) sorted by relevance
149 struct tm s_tm; in GetFormatTimeToSec() local151 if (!strptime(formatTime.c_str(), "%Y%m%d%H%M%S", &s_tm)) { in GetFormatTimeToSec()156 return mktime(&s_tm); in GetFormatTimeToSec()