Searched refs:err_msg (Results 1 – 4 of 4) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | process.c | 27 zx_handle_t job, char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]) { in launch() 36 return fdio_spawn_etc(job, flags, filename, argv, envp, 0, NULL, process, err_msg); in launch() 55 int *fds, char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]) in process_subshell() 107 countof(actions), actions, process, err_msg); in process_subshell() 112 zx_status_t* status_out, char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]) { in process_launch() 119 status = launch(argv[0], argv, envp, process, job, err_msg); in process_launch() 125 status = launch(filename, argv, envp, process, job, err_msg); in process_launch()
|
| A D | process.h | 14 zx_status_t* status_out, char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]); 18 int *fds, char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]);
|
| A D | eval.c | 494 char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]; in evalsubshell() local 495 zx_status_t exec_result = process_subshell(n, envp, &process, jp->zx_job_hndl, NULL, err_msg); in evalsubshell() 501 …"Failed to create subshell: %d (%s): %s", exec_result, zx_status_get_string(exec_result), err_msg); in evalsubshell() 590 char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]; in evalpipe() local 592 …zx_status_t status = process_subshell(lp->n, envp, &processes[idx], jp->zx_job_hndl, fds, err_msg); in evalpipe() 602 sh_error("Failed to create shell: %d (%s): %s", status, zx_status_get_string(status), err_msg); in evalpipe() 645 char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]; in evalbackcmd() local 648 zx_status_t status = process_subshell(n, envp, &process, jp->zx_job_hndl, &fds[0], err_msg); in evalbackcmd() 652 sh_error("Failed to create subshell: %d (%s): %s", status, zx_status_get_string(status), err_msg); in evalbackcmd() 874 char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]; in evalcommand() local [all …]
|
| A D | jobs.c | 667 const char *err_msg = "No such job: %s"; in getjob() local 688 err_msg = "No current job"; in getjob() 693 err_msg = "No previous job"; in getjob() 723 err_msg = "%s: ambiguous"; in getjob() 734 err_msg = "job %s not created under job control"; in getjob() 740 sh_error(err_msg, name); in getjob()
|
Completed in 9 milliseconds