Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.c185 const char* time_str = config_get_string(config, INFO_SECTION, FILE_TIMESTAMP, NULL); in init() local
186 if (time_str != NULL) { in init()
187 strlcpy(btif_config_time_created, time_str, TIME_STRING_LENGTH); in init()