Home
last modified time | relevance | path

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

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