Searched refs:ResolveExecutable (Results 1 - 16 of 16) sorted by relevance

/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h61 ResolveExecutable (const FileSpec &exe_file,
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.h68 ResolveExecutable (const lldb_private::FileSpec &exe_file,
H A DPlatformDarwin.h31 ResolveExecutable (const lldb_private::FileSpec &exe_file,
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 DPlatformRemoteiOS.h70 ResolveExecutable (const lldb_private::FileSpec &exe_file,
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 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.h75 ResolveExecutable (const lldb_private::FileSpec &exe_file,
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.h67 ResolveExecutable (const lldb_private::FileSpec &exe_file,
H A DPlatformRemoteGDBServer.cpp104 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file, function in class:PlatformRemoteGDBServer
110 error.SetErrorString ("PlatformRemoteGDBServer::ResolveExecutable() is unimplemented");
/external/lldb/include/lldb/Target/
H A DPlatform.h133 ResolveExecutable (const FileSpec &exe_file,
/external/lldb/source/Target/
H A DPlatform.cpp477 Platform::ResolveExecutable (const FileSpec &exe_file, function in class:Platform
H A DTargetList.cpp269 error = platform_sp->ResolveExecutable (file,
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp143 error = platform_sp->ResolveExecutable(process_info.GetExecutableFile(),

Completed in 726 milliseconds