Home
last modified time | relevance | path

Searched refs:launchpad_go (Results 1 – 13 of 13) sorted by relevance

/system/utest/spawn/
A Dlauncher.c17 zx_status_t status = launchpad_go(lp, &process, NULL); in main()
/system/utest/vdso-variant/
A Dvdso-variant.c39 status = launchpad_go(lp, &proc, &errmsg); in main()
/system/utest/launchpad/
A Dlaunchpad.cpp107 EXPECT_EQ(launchpad_go(lp, &proc, &errmsg), ZX_OK, errmsg); in run_one_argument_size_test()
183 ASSERT_EQ(launchpad_go(lp, proc.reset_and_get_address(), &err), ZX_OK, err); in run_with_args_env_handles()
/system/ulib/test-utils/
A Dtest-utils.c187 status = launchpad_go(lp, &child, NULL); in tu_launch()
222 if ((status = launchpad_go(lp, &proc, NULL)) < 0) in tu_launch_fdio_fini()
401 if ((status = launchpad_go(lp, &child, NULL)) < 0) { in tu_run_program()
/system/utest/stdio/
A Dstdio.c105 zx_status_t status = launchpad_go(lp, &p, NULL); in stdio_launchpad_pipe_test()
/system/ulib/launchpad/include/launchpad/
A Dlaunchpad.h99 zx_status_t launchpad_go(launchpad_t* lp, zx_handle_t* proc, const char** errmsg);
/system/core/devmgr/shared/
A Dfdio.cpp128 if ((status = launchpad_go(lp, proc.reset_and_get_address(), &errmsg)) < 0) { in devmgr_launch()
/system/utest/channel-fatal/
A Dchannel-fatal-test.c124 ASSERT_EQ(launchpad_go(lp, &proc, &errmsg), ZX_OK, ""); in bad_channel_call_contract_violation()
/system/core/bootsvc/
A Dmain.cpp194 if ((status = launchpad_go(lp, nullptr, &errmsg)) < 0) { in LaunchNextProcess()
/system/core/devmgr/devmgr/
A Dmain.cpp273 if ((status = launchpad_go(lp, nullptr, &errmsg)) < 0) { in pwrbtn_monitor_starter()
821 if ((status = launchpad_go(lp, nullptr, &errmsg)) < 0) { in svchost_start()
A Dcoordinator.cpp701 zx_status_t status = launchpad_go(lp, &proc, &errmsg); in dc_launch_devhost()
/system/ulib/process-launcher/
A Dlauncher.cpp130 status = launchpad_go(lp, &result->process, &error_msg); in Launch()
/system/ulib/launchpad/
A Dlaunchpad.c1265 zx_status_t launchpad_go(launchpad_t* lp, zx_handle_t* proc, const char** errmsg) { in launchpad_go() function

Completed in 25 milliseconds