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

/system/netd/server/
H A DCommandListener.h111 void sendGenericOpFailed(SocketClient *cli, const char *errMsg);
H A DCommandListener.cpp858 void CommandListener::BandwidthControlCmd::sendGenericOpFailed(SocketClient *cli, const char *errMsg) { argument
859 cli->sendMsg(ResponseCode::OperationFailed, errMsg, false);
/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 198 milliseconds