Searched refs:time_str (Results 1 – 1 of 1) sorted by relevance
185 const char* time_str = config_get_string(config, INFO_SECTION, FILE_TIMESTAMP, NULL); in init() local186 if (time_str != NULL) { in init()187 strlcpy(btif_config_time_created, time_str, TIME_STRING_LENGTH); in init()