Home
last modified time | relevance | path

Searched defs:xml_file (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Xml.cpp115 int ipacm_read_cfg_xml(char *xml_file, IPACM_conf_t *config) in ipacm_read_cfg_xml()
454 int IPACM_read_firewall_xml(char *xml_file, IPACM_firewall_conf_t *config) in IPACM_read_firewall_xml()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Xml.cpp115 int ipacm_read_cfg_xml(char *xml_file, IPACM_conf_t *config) in ipacm_read_cfg_xml()
454 int IPACM_read_firewall_xml(char *xml_file, IPACM_firewall_conf_t *config) in IPACM_read_firewall_xml()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Xml.cpp124 int ipacm_read_cfg_xml(char *xml_file, IPACM_conf_t *config) in ipacm_read_cfg_xml()
463 int IPACM_read_firewall_xml(char *xml_file, IPACM_firewall_conf_t *config) in IPACM_read_firewall_xml()
/aosp12/system/testing/gtest_extras/
H A DOptions.h51 const std::string& xml_file() const { return strings_.at("xml_file"); } in xml_file() function
H A DOptions.cpp163 std::string xml_file(value.substr(4)); in SetXmlFile() local
/aosp12/bionic/benchmarks/tests/
H A Dinterface_test.cpp60 static std::string GetBionicXmlArg(const char* xml_file) { in GetBionicXmlArg()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp333 for (auto xml_file : files_) { in Dump() local
/aosp12/system/testing/gtest_extras/tests/
H A DSystemTests.cpp919 FILE* xml_file = fopen(tf.path, "r"); in TEST_F() local