Searched refs:uuid_ptr (Results 1 – 15 of 15) sorted by relevance
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformMacOSX.cpp | 162 const UUID *uuid_ptr, in GetFile() argument 168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
|
D | PlatformMacOSX.h | 72 const lldb_private::UUID *uuid_ptr,
|
D | PlatformiOSSimulator.h | 84 const lldb_private::UUID *uuid_ptr,
|
D | PlatformRemoteiOS.h | 86 const lldb_private::UUID *uuid_ptr,
|
D | PlatformiOSSimulator.cpp | 319 const UUID *uuid_ptr, in GetFile() argument
|
D | PlatformRemoteiOS.cpp | 611 const UUID *uuid_ptr, in GetSymbolFile() argument
|
/external/lldb/source/Core/ |
D | ModuleList.cpp | 877 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule() local 931 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) in GetSharedModule() 967 if (uuid_ptr && uuid_ptr->IsValid()) in GetSharedModule() 968 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule() 1044 if (uuid_ptr && uuid_ptr->IsValid()) in GetSharedModule() 1045 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
|
/external/lldb/source/Host/macosx/ |
D | Symbols.cpp | 636 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in DownloadObjectAndSymbolFile() local 668 if (uuid_ptr || (file_spec_ptr && file_spec_ptr->Exists())) in DownloadObjectAndSymbolFile() 724 if (uuid_ptr) in DownloadObjectAndSymbolFile() 725 uuid_str = uuid_ptr->GetAsString(); in DownloadObjectAndSymbolFile()
|
/external/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 286 const UUID *uuid_ptr, FileSpec &local_file) in GetFile() argument 291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.h | 77 const lldb_private::UUID *uuid_ptr,
|
D | PlatformRemoteGDBServer.cpp | 116 const UUID *uuid_ptr, in GetFile() argument
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 1164 unsigned long long *uuid_ptr; in probe_hfs() local 1172 uuid_ptr = (unsigned long long *)hfs->finder_info.id; in probe_hfs() 1173 uuid = blkid_le64(*uuid_ptr); in probe_hfs() 1207 unsigned long long *uuid_ptr; in probe_hfsplus() local 1238 uuid_ptr = (unsigned long long *)hfsplus->finder_info.id; in probe_hfsplus() 1239 uuid = blkid_le64(*uuid_ptr); in probe_hfsplus()
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 558 const UUID *uuid_ptr, in GetFile() argument 564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
|
/external/lldb/include/lldb/Target/ |
D | Platform.h | 308 const UUID *uuid_ptr,
|
/external/lldb/source/Target/ |
D | Platform.cpp | 84 const UUID *uuid_ptr, in GetFile() argument
|