Searched defs:exe_file (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/installer/launcher_support/
H A Dchrome_launcher_support.cc80 // Returns the path to an installed |exe_file| (e.g. chrome.exe) at the
84 const wchar_t* exe_file) {
87 // down from |exe_file|. Move up two levels (plus one to drop the file
90 setup_exe_path.DirName().DirName().DirName().Append(exe_file));
94 // |exe_file| in the version directory
95 exe_path = setup_exe_path.DirName().DirName().Append(exe_file);
83 FindExeRelativeToSetupExe(const base::FilePath setup_exe_path, const wchar_t* exe_file) argument
/external/chromium_org/base/process/
H A Dprocess_iterator.h37 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry
67 const char* exe_file() const { return exe_file_.c_str(); }
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp149 PlatformLinux::ResolveExecutable (const FileSpec &exe_file, argument
158 FileSpec resolved_exe_file (exe_file);
162 // If we have "ls" as the exe_file, resolve the executable location based on
166 exe_file.GetPath(exe_path, sizeof(exe_path));
177 exe_file.GetPath(exe_path, sizeof(exe_path));
185 error = m_remote_platform_sp->ResolveExecutable (exe_file,
240 exe_file.GetPath().c_str(),
274 exe_file.GetPath().c_str(),
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp174 PlatformiOSSimulator::ResolveExecutable (const FileSpec &exe_file, argument
182 FileSpec resolved_exe_file (exe_file);
184 // If we have "ls" as the exe_file, resolve the executable loation based on
239 exe_file.GetPath().c_str(),
247 exe_file.GetPath().c_str());
H A DPlatformRemoteiOS.cpp211 PlatformRemoteiOS::ResolveExecutable (const FileSpec &exe_file, argument
219 FileSpec resolved_exe_file (exe_file);
221 // If we have "ls" as the exe_file, resolve the executable loation based on
276 exe_file.GetPath().c_str(),
284 exe_file.GetPath().c_str());
H A DPlatformDarwin.cpp126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file, argument
135 FileSpec resolved_exe_file (exe_file);
139 // If we have "ls" as the exe_file, resolve the executable loation based on
143 exe_file.GetPath (exe_path, sizeof(exe_path));
157 exe_file.GetPath (exe_path, sizeof(exe_path));
165 error = m_remote_platform_sp->ResolveExecutable (exe_file,
200 exe_file.GetPath().c_str(),
234 exe_file.GetPath().c_str(),
H A DPlatformDarwinKernel.cpp624 FileSpec exe_file = kext_bundle_path; local
625 Host::ResolveExecutableInBundle (exe_file);
626 if (exe_file.Exists())
628 ModuleSpec exe_spec (exe_file);
635 ModuleSP module_sp (new Module (exe_file, arch));
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp158 PlatformFreeBSD::ResolveExecutable (const FileSpec &exe_file, argument
167 FileSpec resolved_exe_file (exe_file);
171 // If we have "ls" as the exe_file, resolve the executable location based on
175 exe_file.GetPath(exe_path, sizeof(exe_path));
186 exe_file.GetPath(exe_path, sizeof(exe_path));
194 error = m_remote_platform_sp->ResolveExecutable (exe_file,
211 exe_file.GetPath(exe_path, sizeof(exe_path));
233 exe_file.GetPath().c_str(),
268 exe_file.GetPath().c_str(),
277 exe_file
[all...]
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp104 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file, argument
/external/lldb/source/Target/
H A DPlatform.cpp477 Platform::ResolveExecutable (const FileSpec &exe_file, argument
483 if (exe_file.Exists())
485 ModuleSpec module_spec (exe_file, exe_arch);
515 exe_file.GetPath().c_str());
/external/lldb/source/API/
H A DSBTarget.cpp360 SBAttachInfo::SetExecutable (SBFileSpec exe_file) argument
362 if (exe_file.IsValid())
363 m_opaque_sp->GetExecutableFile() = exe_file.ref();
/external/lldb/include/lldb/Target/
H A DProcess.h170 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg) argument
172 if (exe_file)
174 m_executable = exe_file;
178 if (exe_file.GetPath(filename, sizeof(filename)))

Completed in 185 milliseconds