Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/patman/
H A Dcommit.py31 self.cc_list = []
69 def AddCc(self, cc_list): argument
75 self.cc_list += cc_list
H A Dseries.py117 cc_list = list(self._generated_cc[commit.patch])
118 for email in set(cc_list) - to_set - cc_set:
232 cc += gitutil.BuildEmailList(commit.cc_list,
250 cc_list = ', '.join([x.decode('utf-8')
252 print(cover_fname, cc_list.encode('utf-8'), file=fd)