Home
last modified time | relevance | path

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

/system/extras/bootctl/
Dbootctl.cpp83 static int handle_return(const Return<void> &ret, CommandResult cr, const char* errStr) { in handle_return() argument
85 fprintf(stderr, errStr, ret.description().c_str()); in handle_return()
88 fprintf(stderr, errStr, cr.errMsg.c_str()); in handle_return()
117 static int handle_return(const Return<BoolResult> &ret, const char* errStr) { in handle_return() argument
119 fprintf(stderr, errStr, ret.description().c_str()); in handle_return()
122 fprintf(stderr, errStr, "Invalid slot"); in handle_return()