Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/
H A Dtemplate.py34 this_binary = sys.argv[0].split("/")[-1] variable
41 """ % this_binary
51 """ % this_binary
62 assert this_binary in valid_binaries, \
63 this_binary + " is not one of " + ', '.join(valid_binaries)
68 with open("/tmp/intercepted_" + this_binary, "a") as f:
69 f.write(' '.join([this_binary] + sys.argv[1:]) + '\n')
74 if this_binary in complex_binaries:
98 assert this_binary in simple_binaries, \