Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.c188 struct tm* time_created = localtime(&current_time); in init() local
189 strftime(btif_config_time_created, TIME_STRING_LENGTH, TIME_STRING_FORMAT, time_created); in init()