Searched defs:btif_config_time_created (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_config.c93 static char btif_config_time_created[TIME_STRING_LENGTH]; variable
187 strlcpy(btif_config_time_created, time_str, TIME_STRING_LENGTH);
191 strftime(btif_config_time_created, TIME_STRING_LENGTH, TIME_STRING_FORMAT, time_created);
192 config_set_string(config, INFO_SECTION, FILE_TIMESTAMP, btif_config_time_created);
560 dprintf(fd, " File created/tagged: %s\n", btif_config_time_created);

Completed in 4 milliseconds