Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/tiny/
H A Dksum.py44 vmlinux_file = "" variable
71 global vmlinux_file
72 vmlinux_file = os.path.join(dirpath, filename)
92 p = Popen("size -t " + vmlinux_file, shell=True, stdout=PIPE, stderr=PIPE)
99 print("%s" % vmlinux_file[len(os.getcwd()) + 1:])