Searched defs:uuid_ptr (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp162 const UUID *uuid_ptr,
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
161 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
H A DPlatformiOSSimulator.cpp319 const UUID *uuid_ptr,
318 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
H A DPlatformRemoteiOS.cpp611 const UUID *uuid_ptr,
610 GetSymbolFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp286 const UUID *uuid_ptr, FileSpec &local_file)
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
285 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp558 const UUID *uuid_ptr,
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
557 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp116 const UUID *uuid_ptr,
115 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Host/macosx/
H A DSymbols.cpp636 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();
/external/lldb/source/Target/
H A DPlatform.cpp84 const UUID *uuid_ptr,
83 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Core/
H A DModuleList.cpp877 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();
/external/e2fsprogs/lib/blkid/
H A Dprobe.c1164 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);

Completed in 1794 milliseconds