Searched refs:launch_err_str (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp215 char launch_err_str[PATH_MAX]; local
216 launch_err_str[0] = '\0';
229 launch_err_str,
230 sizeof(launch_err_str));
234 if (pid == INVALID_NUB_PROCESS && strlen (launch_err_str) > 0)
236 DNBLogThreaded ("%s DNBProcessLaunch() returned error: '%s'", __FUNCTION__, launch_err_str);
238 ctx.LaunchStatus().SetErrorString(launch_err_str);
244 ctx.LaunchStatus().SetErrorString(launch_err_str);
H A DDNB.cpp238 const char *launch_err_str = launch_err.AsString(); local
239 if (launch_err_str)
241 strncpy(err_str, launch_err_str, err_len-1);

Completed in 51 milliseconds