Searched refs:input_list (Results 1 – 2 of 2) sorted by relevance
666 StringList input_list; in PrintInstruction() local668 input_list.NewEntryStream() << DataType::TypeId(input->GetType()) << input->GetId(); in PrintInstruction()670 StartAttributeStream() << input_list; in PrintInstruction()720 StringList input_list; in PrintInstruction() local722 DumpLocation(input_list.NewEntryStream(), locations->InAt(i)); in PrintInstruction()725 attr << input_list << "->"; in PrintInstruction()
167 with NamedTemporaryFile(mode="w+t") as input_list:178 input_list.writelines([relpath(i, self.rbe_exec_root)+"\n" for i in inputs])179 input_list.flush()183 "--input_list_paths=" + input_list.name,