Searched refs:errMsg (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/ |
D | boot_control_android.cc | 247 << " as unbootable: " << result.errMsg.c_str(); in MarkSlotUnbootable() 262 << ": " << result.errMsg.c_str(); in SetActiveBootSlot() 276 LOG(ERROR) << "Unable to mark boot successful: " << result.errMsg.c_str(); in MarkBootSuccessfulAsync()
|
/system/netd/server/ |
D | NdcDispatcher.cpp | 53 #define PARSE_INT_RETURN_IF_FAIL(cli, label, intLabel, errMsg, addErrno) \ argument 57 cli->sendMsg(ResponseCode::OperationFailed, errMsg, addErrno); \ 62 #define PARSE_UINT_RETURN_IF_FAIL(cli, label, intLabel, errMsg, addErrno) \ argument 66 cli->sendMsg(ResponseCode::OperationFailed, errMsg, addErrno); \ 557 const char* errMsg) const { in sendGenericOpFailed() 558 cli->sendMsg(ResponseCode::OperationFailed, errMsg, false); in sendGenericOpFailed()
|
D | NdcDispatcher.h | 116 void sendGenericOpFailed(NdcClient* cli, const char* errMsg) const;
|
/system/extras/bootctl/ |
D | bootctl.cpp | 88 fprintf(stderr, errStr, cr.errMsg.c_str()); in handle_return()
|
/system/core/fastboot/ |
D | fastboot.cpp | 1475 const char* errMsg = nullptr; in fb_perform_format() local 1489 errMsg = "Can't determine partition type.\n"; in fb_perform_format() 1501 errMsg = "Unable to get partition size\n"; in fb_perform_format() 1551 if (errMsg) fprintf(stderr, "%s", errMsg); in fb_perform_format()
|
/system/vold/ |
D | Checkpoint.cpp | 149 std::string msg = "Error marking booted successfully: " + std::string(cr.errMsg); in cp_commitChanges()
|