Searched refs:launchpad_abort (Results 1 – 7 of 7) sorted by relevance
| /system/ulib/launchpad/ |
| A D | fdio.c | 29 launchpad_abort(lp, status, "add_fdio: failed"); in add_fdio() 47 launchpad_abort(lp, status, "clone: error cloning namespace"); in launchpad_clone()
|
| A D | launchpad.c | 91 void launchpad_abort(launchpad_t* lp, zx_status_t error, const char* msg) { in launchpad_abort() function
|
| /system/core/devmgr/shared/ |
| A D | fdio.cpp | 93 launchpad_abort(lp, status, "cannot load file"); in devmgr_launch() 115 launchpad_abort(lp, status, "devmgr: cannot create debuglog handle"); in devmgr_launch()
|
| /system/ulib/launchpad/include/launchpad/ |
| A D | launchpad.h | 164 void launchpad_abort(launchpad_t* lp, zx_status_t status, const char* msg);
|
| /system/core/devmgr/devmgr/ |
| A D | main.cpp | 239 launchpad_abort(lp, status, "cannot load file"); in pwrbtn_monitor_starter() 251 launchpad_abort(lp, ZX_ERR_BAD_STATE, "devmgr: failed to clone /dev/class/input"); in pwrbtn_monitor_starter() 261 launchpad_abort(lp, ZX_ERR_BAD_STATE, "devmgr: failed to clone /dev/misc"); in pwrbtn_monitor_starter() 267 launchpad_abort(lp, status, "devmgr: cannot create debuglog handle"); in pwrbtn_monitor_starter()
|
| /system/core/bootsvc/ |
| A D | main.cpp | 180 launchpad_abort(lp, status, "bootsvc: cannot create debuglog handle"); in LaunchNextProcess()
|
| /system/ulib/process-launcher/ |
| A D | launcher.cpp | 281 launchpad_abort(lp, ZX_ERR_INVALID_ARGS, "need ldsvc to load PT_INTERP"); in PrepareLaunchpad()
|
Completed in 14 milliseconds