Lines Matching refs:err_str
370 char err_str[1024]; in RNBRunLoopLaunchAttaching() local
371 pid = DNBProcessAttach(attach_pid, NULL, ctx.GetIgnoredExceptions(), err_str, in RNBRunLoopLaunchAttaching()
372 sizeof(err_str)); in RNBRunLoopLaunchAttaching()
377 if (err_str[0]) in RNBRunLoopLaunchAttaching()
378 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1458 char err_str[1024] = {'\0'}; in main() local
1542 waitfor_interval, err_str, sizeof(err_str)); in main()
1547 if (err_str[0]) in main()
1548 ctx.LaunchStatus().SetErrorString(err_str); in main()
1550 waitfor_pid_name.c_str(), err_str); in main()
1578 err_str, sizeof(err_str)); in main()
1582 if (err_str[0]) in main()
1583 ctx.LaunchStatus().SetErrorString(err_str); in main()
1585 waitfor_pid_name.c_str(), err_str); in main()