Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i567 def get_uuid(self):
570 …uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UU…
/openbsd/sbin/dhcp6leased/
H A Ddhcp6leased.c80 uint8_t *get_uuid(void);
301 uuid = get_uuid(); in main()
1070 get_uuid(void) { in get_uuid() function
/openbsd/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py281 s += "%s " % (self.get_uuid())
402 def get_uuid(self): member in Image
H A Dcrashlog.py248 self_uuid = self.get_uuid()