Home
last modified time | relevance | path

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

/system/extras/bootctl/
Dbootctl.cpp100 static int handle_return(const Return<void> &ret, CommandResult cr, const char* errStr) { in handle_return() function
115 return handle_return(ret, cr, "Error marking as having booted successfully: %s\n"); in do_mark_boot_successful()
123 return handle_return(ret, cr, "Error setting active boot slot: %s\n"); in do_set_active_boot_slot()
131 return handle_return(ret, cr, "Error setting slot as unbootable: %s\n"); in do_set_slot_as_unbootable()
134 static int handle_return(const Return<BoolResult> &ret, const char* errStr) { in handle_return() function
150 return handle_return(ret, "Error calling isSlotBootable(): %s\n"); in do_is_slot_bootable()
157 return handle_return(ret, "Error calling isSlotMarkedSuccessful(): %s\n"); in do_is_slot_marked_successful()