Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dcreate_cuttlefish_action.py101 key: val for key, val in utils.GetDictItems(self.build_info) if val}
105 for key, val in utils.GetDictItems(self.kernel_build_info) if val}
109 for key, val in utils.GetDictItems(self.system_build_info) if val}
Dcreate_goldfish_action.py127 key: val for key, val in utils.GetDictItems(self.build_info) if val}
131 for key, val in utils.GetDictItems(self.emulator_build_info) if val}
136 for key, val in utils.GetDictItems(self.kernel_build_info) if val}
/tools/acloud/internal/lib/
Dutils.py1338 def GetDictItems(namedtuple_object): function