Home
last modified time | relevance | path

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

/aosp12/system/nvram/hal/
H A 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()
/aosp12/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp96 static inline std::unique_ptr<Module> LoadFile(const char *argv0, in LoadFile() function
121 std::unique_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context)); in main()
/aosp12/system/bt/btif/src/
H A Dbtif_config_transcode.cc30 int error = document.LoadFile(xml_filename); in btif_config_transcode()
/aosp12/system/bt/gd/dumpsys/bundler/
H A Dbundler.cc46 if (!flatbuffers::LoadFile(filename, helper::AsBinaryFile, binary_schema)) { in LoadBinarySchema()
199 if (!flatbuffers::LoadFile(filename, helper::AsBinaryFile, &flatfile_data)) { in ReadBundledSchema()
/aosp12/frameworks/base/startop/view_compiler/
H A Dmain.cc141 xml.LoadFile(filename); in main()
/aosp12/hardware/google/camera/common/apex_update_listener/
H A Dapex_update_listener.cc93 auto status = xml_doc.LoadFile(apex_info_list_file_name.c_str()); in TrySlurpInfo()
/aosp12/frameworks/av/media/libeffects/config/src/
H A DEffectsConfig.cpp282 doc.LoadFile(path.c_str()); in parseWithPath()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.cpp278 if (doc.LoadFile(file.c_str())) { in ParseXml()
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DConfigManager.cpp501 xmlDoc.LoadFile(CONFIG_OVERRIDE_PATH); in readConfigDataFromXML()
503 xmlDoc.LoadFile(CONFIG_DEFAULT_PATH); in readConfigDataFromXML()
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DConfigManager.cpp460 xmlDoc.LoadFile(mConfigFilePath); in readConfigDataFromXML()
/aosp12/packages/services/Car/cpp/powerpolicy/server/tests/
H A DPolicyManagerTest.cpp236 xmlDoc.LoadFile(path.c_str()); in readXmlFile()
/aosp12/bionic/benchmarks/
H A Dbionic_benchmarks.cpp412 if (doc.LoadFile(cmdline_opts.xmlpath.c_str()) != tinyxml2::XML_SUCCESS) { in RegisterXmlBenchmarks()
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DPolicyManager.cpp550 xmlDoc.LoadFile(kVendorPolicyFile); in readPowerPolicyConfiguration()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DOveruseConfigurationXmlHelper.cpp686 xmlDoc.LoadFile(filePath); in parseXmlFile()
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraUtils.cpp721 XMLError err = configXml.LoadFile(cfgPath); in loadFromCfg()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp16720 XMLError err = calibrationXml.LoadFile(calibrationPath); in readSensorCalibration()