HomeSort by relevance Sort by last modified time
    Searched refs:get_uuid (Results 1 - 4 of 4) sorted by null

  /system/core/gpttool/
gpttool.c 86 void get_uuid(u8 *uuid) function
136 get_uuid(entry->uniq_uuid);
312 get_uuid(hdr->volume_uuid);
  /external/lldb/scripts/Python/interface/
SBModule.i 484 def get_uuid(self):
487 __swig_getmethods__["uuid"] = get_uuid
488 if _newclass: uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UUID object that represents the UUID of this module.''')
  /external/lldb/examples/python/
symbolication.py 234 s = "%s %s %s" % (self.get_uuid(), self.version, self.get_resolved_path())
341 def get_uuid(self): member in class:Image
crashlog.py 183 self_uuid = self.get_uuid()
    [all...]

Completed in 125 milliseconds