Home
last modified time | relevance | path

Searched refs:errStr (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() argument
102 fprintf(stderr, errStr, ret.description().c_str()); in handle_return()
105 fprintf(stderr, errStr, cr.errMsg.c_str()); in handle_return()
134 static int handle_return(const Return<BoolResult> &ret, const char* errStr) { in handle_return() argument
136 fprintf(stderr, errStr, ret.description().c_str()); in handle_return()
139 fprintf(stderr, errStr, "Invalid slot"); in handle_return()