Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dlegacy.cc25 …void config_read(const std::string filename, LegacyReadConfigCallback callback, os::Handler* handl… in config_read() function
75 …GetHandler()->Post(common::BindOnce(&LegacyModule::impl::config_read, common::Unretained(pimpl_.ge… in ConfigRead()
/system/nfc/utils/
Dconfig.cc117 bool config_read = ReadFileToString(file_name, &config); in parseFromFile() local
118 CHECK(config_read); in parseFromFile()