Searched refs:launch_flags (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/base/mac/ |
D | launch_services_util.cc | 17 LSLaunchFlags launch_flags, in OpenApplicationWithPath() argument 47 launch_flags, in OpenApplicationWithPath()
|
D | launch_services_util.h | 27 LSLaunchFlags launch_flags,
|
/external/lldb/include/lldb/API/ |
D | SBProcess.h | 104 uint32_t launch_flags,
|
D | SBTarget.h | 334 uint32_t launch_flags, // See LaunchFlags
|
/external/lldb/source/API/ |
D | SBProcess.cpp | 142 uint32_t launch_flags, in RemoteLaunch() argument 156 launch_flags, in RemoteLaunch() 168 launch_flags |= eLaunchFlagStopAtEntry; in RemoteLaunch() 173 launch_flags); in RemoteLaunch()
|
D | SBTarget.cpp | 591 uint32_t launch_flags = 0; in LaunchSimple() local 602 launch_flags, in LaunchSimple() 617 uint32_t launch_flags, // See LaunchFlags in Launch() argument 638 launch_flags, in Launch() 648 launch_flags |= eLaunchFlagDisableASLR; in Launch() 689 launch_flags |= eLaunchFlagDisableSTDIO; in Launch() 691 …cessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags); in Launch()
|
/external/lldb/scripts/Python/interface/ |
D | SBProcess.i | 130 uint32_t launch_flags,
|
D | SBTarget.i | 347 uint32_t launch_flags, // See LaunchFlags
|
/external/lldb/include/lldb/Target/ |
D | Process.h | 536 uint32_t launch_flags) : in ProcessLaunchInfo() argument 541 m_flags (launch_flags), in ProcessLaunchInfo()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 606 uint32_t launch_flags = launch_info.GetFlags().Get(); in DoLaunch() local 662 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch() 709 m_gdb_comm.SetDisableASLR (launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
|