Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py600 BOOL_STR[self.print_warnings],
602 BOOL_STR[self.print_undef_assign])
1702 "Is choice item : " + BOOL_STR[sc.is_choice_sym],
1703 "Is defined : " + BOOL_STR[sc.is_defined_],
1704 "Is from env. : " + BOOL_STR[sc.is_from_env],
1705 "Is special : " + BOOL_STR[sc.is_special_] + "\n")
1757 "Optional : " + BOOL_STR[sc.optional],
3443 BOOL_STR = {False: "false", True: "true"} variable