Searched refs:LoadFile (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_config_transcode.cpp | 32 int error = document.LoadFile(xml_filename); in btif_config_transcode()
|
/system/weaved/buffet/ |
D | manager.cc | 66 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()
|
D | buffet_config.h | 91 bool LoadFile(const base::FilePath& file_path,
|
D | buffet_config.cc | 219 bool BuffetConfig::LoadFile(const base::FilePath& file_path, in LoadFile() function in buffet::BuffetConfig
|