/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformMacOSX.cpp | 162 const UUID *uuid_ptr, 168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
|
PlatformMacOSX.h | 72 const lldb_private::UUID *uuid_ptr,
|
PlatformiOSSimulator.h | 84 const lldb_private::UUID *uuid_ptr,
|
PlatformRemoteiOS.h | 86 const lldb_private::UUID *uuid_ptr,
|
PlatformiOSSimulator.cpp | 319 const UUID *uuid_ptr,
|
PlatformRemoteiOS.cpp | 611 const UUID *uuid_ptr,
|
/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/lldb/source/Plugins/Platform/gdb-server/ |
PlatformRemoteGDBServer.h | 77 const lldb_private::UUID *uuid_ptr,
|
PlatformRemoteGDBServer.cpp | 116 const UUID *uuid_ptr,
|
/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...] |
/external/lldb/source/Plugins/Platform/FreeBSD/ |
PlatformFreeBSD.cpp | 558 const UUID *uuid_ptr, 564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
|
/external/lldb/source/Plugins/Platform/Linux/ |
PlatformLinux.cpp | 286 const UUID *uuid_ptr, FileSpec &local_file) 291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_gatt.cpp | 44 #define UUID_PARAMS(uuid_ptr) \ 45 uuid_lsb(uuid_ptr), uuid_msb(uuid_ptr) [all...] |
/external/lldb/include/lldb/Target/ |
Platform.h | 287 /// @param[in] uuid_ptr 308 const UUID *uuid_ptr,
|
/external/lldb/source/Target/ |
Platform.cpp | 84 const UUID *uuid_ptr,
|
/external/lldb/include/lldb/Core/ |
ModuleList.h | 353 /// @param[in] uuid_ptr
|