Home
last modified time | relevance | path

Searched refs:xml_file_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dresource_utils.py1030 def FilterAndroidResourceStringsXml(xml_file_path, string_predicate): argument
1042 with open(xml_file_path) as f:
1054 with open(xml_file_path, 'wb') as f:
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dresource_utils.py1031 def FilterAndroidResourceStringsXml(xml_file_path, string_predicate): argument
1043 with open(xml_file_path) as f:
1055 with open(xml_file_path, 'wb') as f: