Home
last modified time | relevance | path

Searched defs:config_read (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/storage/
Dlegacy_config_file_test.cc48 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST() local
86 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST() local
176 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST() local
/system/nfc/utils/
Dconfig.cc117 bool config_read = ReadFileToString(file_name, &config); in parseFromFile() local