Searched refs:TIME_STRING_LENGTH (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_config.cc52 #define TIME_STRING_LENGTH sizeof("YYYY-MM-DD HH:MM:SS") macro
86 static char btif_config_time_created[TIME_STRING_LENGTH];
168 strlcpy(btif_config_time_created, time_str->c_str(), TIME_STRING_LENGTH);
172 strftime(btif_config_time_created, TIME_STRING_LENGTH, TIME_STRING_FORMAT,

Completed in 57 milliseconds