Home
last modified time | relevance | path

Searched refs:uuid_ptr (Results 1 – 15 of 15) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp162 const UUID *uuid_ptr, in GetFile() argument
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
DPlatformMacOSX.h72 const lldb_private::UUID *uuid_ptr,
DPlatformiOSSimulator.h84 const lldb_private::UUID *uuid_ptr,
DPlatformRemoteiOS.h86 const lldb_private::UUID *uuid_ptr,
DPlatformiOSSimulator.cpp319 const UUID *uuid_ptr, in GetFile() argument
DPlatformRemoteiOS.cpp611 const UUID *uuid_ptr, in GetSymbolFile() argument
/external/lldb/source/Core/
DModuleList.cpp877 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/
DSymbols.cpp636 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/
DPlatformLinux.cpp286 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/
DPlatformRemoteGDBServer.h77 const lldb_private::UUID *uuid_ptr,
DPlatformRemoteGDBServer.cpp116 const UUID *uuid_ptr, in GetFile() argument
/external/e2fsprogs/lib/blkid/
Dprobe.c1164 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/
DPlatformFreeBSD.cpp558 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/
DPlatform.h308 const UUID *uuid_ptr,
/external/lldb/source/Target/
DPlatform.cpp84 const UUID *uuid_ptr, in GetFile() argument