Searched refs:xml_file_path (Results 1 – 2 of 2) sorted by relevance
1030 def FilterAndroidResourceStringsXml(xml_file_path, string_predicate): argument1042 with open(xml_file_path) as f:1054 with open(xml_file_path, 'wb') as f:
1031 def FilterAndroidResourceStringsXml(xml_file_path, string_predicate): argument1043 with open(xml_file_path) as f:1055 with open(xml_file_path, 'wb') as f: