Searched refs:errMsg (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/
H A Dboot_control_android.cc157 << " as unbootable: " << result.errMsg.c_str();
172 << ": " << result.errMsg.c_str();
187 LOG(ERROR) << "Unable to mark boot successful: " << result.errMsg.c_str();
/system/netd/server/
H A DCommandListener.h101 void sendGenericOpFailed(SocketClient *cli, const char *errMsg);
H A DCommandListener.cpp693 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) { argument
694 cli->sendMsg(ResponseCode::OperationFailed, errMsg, false);
/system/extras/bootctl/
H A Dbootctl.cpp88 fprintf(stderr, errStr, cr.errMsg.c_str());
/system/core/fastboot/
H A Dfastboot.cpp1408 const char* errMsg = nullptr; local
1422 errMsg = "Can't determine partition type.\n";
1434 errMsg = "Unable to get partition size\n";
1489 if (errMsg) fprintf(stderr, "%s", errMsg);

Completed in 3678 milliseconds