Searched refs:first_arg_is_executable (Results 1 – 4 of 4) sorted by relevance
101 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) in SetArguments() argument106 if (first_arg_is_executable) in SetArguments()120 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) in SetArguments() argument126 if (first_arg_is_executable) in SetArguments()
155 SetArguments (const Args& args, bool first_arg_is_executable);158 SetArguments (char const **argv, bool first_arg_is_executable);
576 const bool first_arg_is_executable = true; in RunShellCommand() local577 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
1337 const bool first_arg_is_executable = true; in DoExecute() local1338 m_options.launch_info.SetArguments (args, first_arg_is_executable); in DoExecute()