HomeSort by relevance Sort by last modified time
    Searched defs:uuid_ptr (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Core/
ModuleList.cpp 877 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); local
931 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID())
967 if (uuid_ptr && uuid_ptr->IsValid())
968 uuid_str = uuid_ptr->GetAsString();
1044 if (uuid_ptr && uuid_ptr->IsValid())
1045 uuid_str = uuid_ptr->GetAsString();
    [all...]
  /external/lldb/source/Host/macosx/
Symbols.cpp 636 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); local
668 if (uuid_ptr || (file_spec_ptr && file_spec_ptr->Exists()))
724 if (uuid_ptr)
725 uuid_str = uuid_ptr->GetAsString();
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 1164 unsigned long long *uuid_ptr; local
1172 uuid_ptr = (unsigned long long *)hfs->finder_info.id;
1173 uuid = blkid_le64(*uuid_ptr);
1207 unsigned long long *uuid_ptr; local
1238 uuid_ptr = (unsigned long long *)hfsplus->finder_info.id;
1239 uuid = blkid_le64(*uuid_ptr);
    [all...]

Completed in 278 milliseconds