Searched defs:xml_file (Results 1 – 12 of 12) sorted by relevance
565 def get_targets_from_xml(xml_file, module_info): argument753 def get_plans_from_vts_xml(xml_file): argument785 def get_targets_from_vts_xml(xml_file, rel_out_dir, module_info): argument998 def is_test_from_kernel_xml(xml_file, test_name): argument
479 def find_xml_input(xml_file): argument518 def __init__(self, xml_file, ext_file=None): argument
26 def parse_xml(xml_file): argument
29 def get_xml_patch_version(xml_file): argument
27 xml_file = fs.name(protocol_file) variable
53 const std::string& xml_file() const { return strings_.at("xml_file"); } in xml_file() function
166 std::string xml_file(value.substr(4)); in SetXmlFile() local
58 def parse_xml(xml_file): argument
56 static std::string GetBionicXmlArg(const char* xml_file) { in GetBionicXmlArg()
332 for (auto xml_file : files_) { in Dump() local
425 def parse(self, xml_file): argument
931 FILE* xml_file = fopen(tf.path, "r"); in TEST_F() local