Home
last modified time | relevance | path

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

/system/nvram/hal/
Dfake_nvram_storage.cpp78 nvram::storage::Status LoadFile(const char* name, nvram::Blob* blob) { in LoadFile() function
171 return LoadFile(kHeaderFileName, blob); in LoadHeader()
183 return LoadFile(name, blob); in LoadSpace()
/system/bt/btif/src/
Dbtif_config_transcode.cc30 int error = document.LoadFile(xml_filename); in btif_config_transcode()
/system/bt/gd/dumpsys/bundler/
Dbundler.cc46 if (!flatbuffers::LoadFile(filename, helper::AsBinaryFile, binary_schema)) { in LoadBinarySchema()
199 if (!flatbuffers::LoadFile(filename, helper::AsBinaryFile, &flatfile_data)) { in ReadBundledSchema()
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp278 if (doc.LoadFile(file.c_str())) { in ParseXml()