Home
last modified time | relevance | path

Searched defs:exe_file (Results 1 – 11 of 11) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformiOSSimulator.cpp174 PlatformiOSSimulator::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
DPlatformRemoteiOS.cpp211 PlatformRemoteiOS::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
DPlatformDarwinKernel.cpp624 FileSpec exe_file = kext_bundle_path; in ExamineKextForMatchingUUID() local
DPlatformDarwin.cpp126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp149 PlatformLinux::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp104 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp158 PlatformFreeBSD::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
/external/lldb/source/Target/
DPlatform.cpp477 Platform::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc132 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { in SetCodeFile()
/external/lldb/include/lldb/Target/
DProcess.h170 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg) in SetExecutableFile()
/external/lldb/source/API/
DSBTarget.cpp360 SBAttachInfo::SetExecutable (SBFileSpec exe_file) in SetExecutable()