Searched refs:first_arg_is_executable (Results 1 – 4 of 4) sorted by relevance
431 const bool first_arg_is_executable = true; in DoExecute() local432 m_options.launch_info.SetArguments (args, first_arg_is_executable); in DoExecute()
1395 const bool first_arg_is_executable = true; in RunShellCommand() local1396 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
293 SetArguments (const Args& args, bool first_arg_is_executable);296 SetArguments (char const **argv, bool first_arg_is_executable);
389 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) in SetArguments() argument394 if (first_arg_is_executable) in SetArguments()408 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) in SetArguments() argument414 if (first_arg_is_executable) in SetArguments()