Home
last modified time | relevance | path

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

/system/timezone/debug_tools/host/
Dvisualize_zone_trees.py45 def BuildAndRunTool(country_zones_txt, country_code, output_dir): argument
48 subprocess.check_call(['java', '-jar', jar_file, country_zones_txt, country_code, output_dir])
74 country_zones_txt = args.input
78 CheckFileExists(country_zones_txt, '-input')
84 BuildAndRunTool(country_zones_txt, country_code, output_dir)