Home | History | Annotate | Download | only in releasetools

Lines Matching refs:properties_file

1297   properties_file = common.MakeTempFile(prefix="payload-properties-",
1301 "--properties_file", properties_file]
1307 with open(properties_file, "a") as f:
1312 common.ZipWrite(output_zip, properties_file, arcname="payload_properties.txt")