Home
last modified time | relevance | path

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

/development/scripts/
Dcargo2android.py1332 def rustc_command(self, n, rustc_line, line, outf_name): argument
1337 new_rustc = (rustc_line.strip() + line) if rustc_line else line
1371 rustc_line = '' # previous line(s) matching RUSTC_VV_PAT
1376 rustc_line = self.assert_empty_vv_line(rustc_line)
1382 self.assert_empty_vv_line(rustc_line)
1383 elif rustc_line or RUSTC_VV_PAT.match(line):
1384 new_rustc = self.rustc_command(n, rustc_line, line, outf_name)
1388 self.assert_empty_vv_line(rustc_line)
1395 rustc_line = new_rustc