Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dstorage_module.cc169 auto time_str = config->GetProperty(kInfoSection, kTimeCreatedProperty); in Start() local
170 if (!time_str) { in Start()
/system/bt/btif/src/
Dbtif_config.cc309 auto time_str = btif_config_cache.GetString(INFO_SECTION, FILE_TIMESTAMP); in init() local
310 if (!time_str) { in init()
318 strlcpy(btif_config_time_created, time_str->c_str(), TIME_STRING_LENGTH); in init()