Searched refs:properties_file (Results 1 – 3 of 3) sorted by relevance
38 def RunCreateTimeZoneDistro(properties_file): argument44 subprocess.check_call([command, properties_file])56 properties_file = '%s/distro.properties' % working_dir57 with open(properties_file, "w") as properties:67 RunCreateTimeZoneDistro(properties_file)
222 DEFINE_string properties_file "-" \790 --properties_file="${FLAGS_properties_file}"
375 DEFINE_string(properties_file, in Main()