Home
last modified time | relevance | path

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

/tools/carrier_settings/python/
Dupdate_carrier_data.py257 def add_new_carriers(cnames, carrier_list_file): argument
270 with open(carrier_list_file, 'r', encoding='utf-8') as f:
283 with open(carrier_list_file, 'w', encoding='utf-8') as f: