Searched refs:hex_encode_bytes (Results 1 – 3 of 3) sorted by relevance
55 return "pid:47;ptrsize:8;endian:little;triple:%s;" % hex_encode_bytes(self._triple)68 return hex_encode_bytes(seven.bitcast_to_string(contents))91 hex_encode_bytes(self.getBuildArtifact("libmodule_load.so")))
57 …:1;gid:1;euid:1;egid:1;name:%s;triple:%s;ptrsize:4" % (hex_encode_bytes("lldb"), hex_encode_bytes(…
51 def hex_encode_bytes(message): function