Searched refs:country_zones_txt (Results 1 – 1 of 1) sorted by relevance
/system/timezone/debug_tools/host/ |
D | visualize_zone_trees.py | 45 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)
|