Searched refs:errMsg (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/ |
D | boot_control_android.cc | 129 << " as unbootable: " << result.errMsg.c_str(); in MarkSlotUnbootable() 144 << ": " << result.errMsg.c_str(); in SetActiveBootSlot() 158 LOG(ERROR) << "Unable to mark boot successful: " << result.errMsg.c_str(); in MarkBootSuccessfulAsync()
|
/system/core/fs_mgr/libsnapshot/ |
D | device_info.cpp | 113 LOG(ERROR) << "Error setting slot " << slot << " unbootable: " << result.errMsg; in SetSlotAsUnbootable()
|
/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)); \ 551 const char* errMsg) const { in sendGenericOpFailed() 552 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 | 105 fprintf(stderr, errStr, cr.errMsg.c_str()); in handle_return()
|
/system/core/fastboot/ |
D | fastboot.cpp | 1585 const char* errMsg = nullptr; in fb_perform_format() local 1599 errMsg = "Can't determine partition type.\n"; in fb_perform_format() 1611 errMsg = "Unable to get partition size\n"; in fb_perform_format() 1661 if (errMsg) fprintf(stderr, "%s", errMsg); in fb_perform_format()
|
/system/vold/ |
D | Checkpoint.cpp | 171 return error(EINVAL, "Error marking booted successfully: " + std::string(cr.errMsg)); in cp_commitChanges()
|