Home
last modified time | relevance | path

Searched refs:LoadFile (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_config_transcode.cpp32 int error = document.LoadFile(xml_filename); in btif_config_transcode()
/system/weaved/buffet/
Dmanager.cc66 bool LoadFile(const base::FilePath& file_path, in LoadFile() function
91 CHECK(LoadFile(path, &json, nullptr)); in LoadTraitDefinitions()
108 CHECK(LoadFile(path, &json, nullptr)); in LoadCommandDefinitions()
129 CHECK(LoadFile(path, &json, nullptr)); in LoadStateDefinitions()
146 CHECK(LoadFile(path, &json, nullptr)); in LoadStateDefaults()
Dbuffet_config.h91 bool LoadFile(const base::FilePath& file_path,
Dbuffet_config.cc219 bool BuffetConfig::LoadFile(const base::FilePath& file_path, in LoadFile() function in buffet::BuffetConfig