HomeSort by relevance Sort by last modified time
    Searched refs:exe_file (Results 26 - 40 of 40) sorted by null

12

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformRemoteiOS.cpp 211 PlatformRemoteiOS::ResolveExecutable (const FileSpec &exe_file,
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());
PlatformRemoteiOS.h 70 ResolveExecutable (const lldb_private::FileSpec &exe_file,
  /external/lldb/source/Target/
Platform.cpp 477 Platform::ResolveExecutable (const FileSpec &exe_file,
483 if (exe_file.Exists())
485 ModuleSpec module_spec (exe_file, exe_arch);
515 exe_file.GetPath().c_str());
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 128 exe_file = os.path.join(options.last_chrome_installer, COURGETTE_EXEC)
129 cmd = '%s -gen "%s" "%s" "%s"' % (exe_file, orig_file, new_file, patch_file)
131 exe_file = os.path.join(options.build_dir, BSDIFF_EXEC)
132 cmd = [exe_file, orig_file, new_file, patch_file,]
  /external/chromium_org/chrome/browser/
memory_details_linux.cc 96 process.name = process_entry->exe_file();
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 104 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file,
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 281 manifest, exe_file):
287 exe_file,
  /external/lldb/include/lldb/API/
SBTarget.h 148 SetExecutable (lldb::SBFileSpec exe_file);
  /external/lldb/include/lldb/Target/
Platform.h 116 /// executable \a exe_file.
119 /// select the correct architecture slice within \a exe_file by
124 /// default architecture from \a exe_file. Any application bundles
133 ResolveExecutable (const FileSpec &exe_file,
Process.h 170 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg)
172 if (exe_file)
174 m_executable = exe_file;
178 if (exe_file.GetPath(filename, sizeof(filename)))
    [all...]
  /external/lldb/test/
lldbutil.py 27 exe_file = os.path.join(path, program)
28 if is_exe(exe_file):
29 return exe_file
dotest.py 66 exe_file = os.path.join(path, program)
67 if is_exe(exe_file):
68 return exe_file
    [all...]
lldbtest.py 196 exe_file = os.path.join(path, program)
197 if is_exe(exe_file):
198 return exe_file
    [all...]
  /external/lldb/scripts/Python/interface/
SBTarget.i 120 SetExecutable (lldb::SBFileSpec exe_file);
  /external/lldb/source/API/
SBTarget.cpp 360 SBAttachInfo::SetExecutable (SBFileSpec exe_file)
362 if (exe_file.IsValid())
363 m_opaque_sp->GetExecutableFile() = exe_file.ref();
    [all...]

Completed in 1272 milliseconds

12