Searched defs:ResolveExecutable (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp149 PlatformLinux::ResolveExecutable (const FileSpec &exe_file, function in class:PlatformLinux
185 error = m_remote_platform_sp->ResolveExecutable (exe_file,
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp174 PlatformiOSSimulator::ResolveExecutable (const FileSpec &exe_file, function in class:PlatformiOSSimulator
376 error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, module_search_paths_ptr);
H A DPlatformRemoteiOS.cpp211 PlatformRemoteiOS::ResolveExecutable (const FileSpec &exe_file, function in class:PlatformRemoteiOS
686 error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, NULL);
707 error = ResolveExecutable (local_file,
733 error = ResolveExecutable (local_file,
H A DPlatformDarwin.cpp126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file, function in class:PlatformDarwin
165 error = m_remote_platform_sp->ResolveExecutable (exe_file,
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp158 PlatformFreeBSD::ResolveExecutable (const FileSpec &exe_file, function in class:PlatformFreeBSD
194 error = m_remote_platform_sp->ResolveExecutable (exe_file,
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp104 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file, function in class:PlatformRemoteGDBServer
110 error.SetErrorString ("PlatformRemoteGDBServer::ResolveExecutable() is unimplemented");
/external/lldb/source/Target/
H A DPlatform.cpp477 Platform::ResolveExecutable (const FileSpec &exe_file, function in class:Platform

Completed in 176 milliseconds