Searched refs:cargo_out (Results 1 – 1 of 1) sorted by relevance
806 cargo_out = './cargo.out'814 if os.path.exists(cargo_out):815 os.remove(cargo_out)832 self.deal_cargo_cmd(cargo_out)846 def deal_cargo_cmd(self, cargo_out): argument849 cargo_cmd_redir = ' >> ' + cargo_out + ' 2>&1'861 self.run_cargo_cmd(cargo_cmd, cargo_out)863 def run_cargo_cmd(self, cargo_cmd, cargo_out): argument867 with open(cargo_out, 'a') as file:876 cargo_out = 'cargo.out' # The file name used to save cargo build -v output.[all …]