Searched refs:this_binary (Results 1 – 1 of 1) sorted by relevance
34 this_binary = sys.argv[0].split("/")[-1] variable41 """ % this_binary51 """ % this_binary62 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, \