Home
last modified time | relevance | path

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

/system/timezone/distro/tools/
Dcreate-distro.py38 def RunCreateTimeZoneDistro(properties_file): argument
44 subprocess.check_call([command, properties_file])
56 properties_file = '%s/distro.properties' % working_dir
57 with open(properties_file, "w") as properties:
67 RunCreateTimeZoneDistro(properties_file)
/system/update_engine/scripts/
Dbrillo_update_payload222 DEFINE_string properties_file "-" \
790 --properties_file="${FLAGS_properties_file}"
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc375 DEFINE_string(properties_file, in Main()