Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_config.cc120 static char btif_config_time_created[TIME_STRING_LENGTH]; variable
311 strftime(btif_config_time_created, TIME_STRING_LENGTH, TIME_STRING_FORMAT, in init()
314 btif_config_time_created); in init()
316 strlcpy(btif_config_time_created, time_str->c_str(), TIME_STRING_LENGTH); in init()
765 dprintf(fd, " File created/tagged: %s\n", btif_config_time_created); in btif_debug_config_dump()