Searched refs:errMsg (Results 1 - 3 of 3) sorted by last modified time

/system/netd/server/
H A DCommandListener.cpp835 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) { argument
836 cli->sendMsg(ResponseCode::OperationFailed, errMsg, false);
H A DCommandListener.h111 void sendGenericOpFailed(SocketClient *cli, const char *errMsg);
/system/core/fastboot/
H A Dfastboot.c903 const char *errMsg = NULL; local
916 errMsg = "Can't determine partition type.\n";
930 errMsg = "Unable to get partition size\n";
975 if (errMsg)
976 fprintf(stderr, "%s", errMsg);

Completed in 442 milliseconds