Home | History | Annotate | Download | only in scripts

Lines Matching refs:uploaded_diff_file

1342     uploaded_diff_file = []
1345 uploaded_diff_file = [("data", "data.diff", data)]
1346 ctype, body = EncodeMultipartFormData(form_fields, uploaded_diff_file)
1349 if not options.download_base or not uploaded_diff_file:
1365 if not uploaded_diff_file: