Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py90 print_file_name = "taskdep_print.log" variable
202 result = os.system('grep %s %s' % (value,print_file_name))
204 … unit_test_results.append("ERROR:PRINTTEST:expected '%s' in '%s'" % (value,print_file_name))
551 add_line(" -> '%s'" % print_file_name)
883 if os.path.isfile(print_file_name):
884 os.system('mv -f %s %s' % (print_file_name,print_file_backup_name))
901 with open(print_file_name, "a") as fd:
904 self.progress_view.progress('Write "%s"' % print_file_name,0,print_max)
1509 print(" * Your printed dependency file is: %s" % print_file_name)