Lines Matching refs:temp
281 with tempfile.NamedTemporaryFile(delete=False) as temp:
282 temp.write(build_info.android_manifest)
283 args.android_manifest = temp.name
308 with tempfile.NamedTemporaryFile(delete=False) as temp:
309 temp.write(build_info.file_contexts)
310 args.file_contexts = temp.name
318 with tempfile.NamedTemporaryFile(delete=False) as temp:
319 temp.write(build_info.canned_fs_config)
320 args.canned_fs_config = temp.name
427 with tempfile.NamedTemporaryFile(delete=False) as temp:
428 write_xml(temp, doc)
429 return temp.name