Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_iterator.h39 const wchar_t* exe_file() const { return szExeFile; } in exe_file() function
/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp116 void SBAttachInfo::SetExecutable(SBFileSpec exe_file) { in SetExecutable()
DSBLaunchInfo.cpp119 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, in SetExecutableFile()
/external/llvm-project/lldb/source/Utility/
DProcessInfo.cpp63 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp937 for (const auto &exe_file : in ExamineKextForMatchingUUID() local
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc166 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { in SetCodeFile()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp784 FileSpec exe_file = launch_info.GetExecutableFile(); in SendArgumentsPacket() local