Searched defs:launch_flags (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/mac/
H A Dlaunch_services_util.cc17 LSLaunchFlags launch_flags,
47 launch_flags,
15 OpenApplicationWithPath(const base::FilePath& bundle_path, const CommandLine& command_line, LSLaunchFlags launch_flags, ProcessSerialNumber* out_psn) argument
/external/lldb/source/API/
H A DSBProcess.cpp142 uint32_t launch_flags,
148 log->Printf ("SBProcess(%p)::RemoteLaunch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
156 launch_flags,
168 launch_flags |= eLaunchFlagStopAtEntry;
173 launch_flags);
136 RemoteLaunch(char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags, bool stop_at_entry, lldb::SBError& error) argument
H A DSBTarget.cpp591 uint32_t launch_flags = 0; local
602 launch_flags,
617 uint32_t launch_flags, // See LaunchFlags
630 log->Printf ("SBTarget(%p)::Launch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
638 launch_flags,
648 launch_flags |= eLaunchFlagDisableASLR;
689 launch_flags |= eLaunchFlagDisableSTDIO;
691 ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags);
608 Launch( SBListener &listener, char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags, bool stop_at_entry, lldb::SBError& error ) argument
/external/lldb/include/lldb/Target/
H A DProcess.h536 uint32_t launch_flags) :
541 m_flags (launch_flags),
1714 /// @param[in] launch_flags
2183 /// @param[in] launch_flags
532 ProcessLaunchInfo(const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags) argument

Completed in 832 milliseconds