Searched refs:first_arg_is_executable (Results 1 – 4 of 4) sorted by relevance
85 bool first_arg_is_executable) { in SetArguments() argument89 if (first_arg_is_executable) { in SetArguments()100 void ProcessInfo::SetArguments(const Args &args, bool first_arg_is_executable) { in SetArguments() argument105 if (first_arg_is_executable) { in SetArguments()
84 void SetArguments(const Args &args, bool first_arg_is_executable);86 void SetArguments(char const **argv, bool first_arg_is_executable);
442 const bool first_arg_is_executable = true; in RunShellCommand() 443 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand() 458 const bool first_arg_is_executable = true; RunShellCommand() local
1114 const bool first_arg_is_executable = true; in DoExecute() local 1115 m_options.launch_info.SetArguments(args, first_arg_is_executable); in DoExecute()