Home
last modified time | relevance | path

Searched refs:errMsg (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Dboot_control_android.cc129 << " 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/
Ddevice_info.cpp113 LOG(ERROR) << "Error setting slot " << slot << " unbootable: " << result.errMsg; in SetSlotAsUnbootable()
/system/netd/server/
DNdcDispatcher.cpp53 #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()
DNdcDispatcher.h116 void sendGenericOpFailed(NdcClient* cli, const char* errMsg) const;
/system/extras/bootctl/
Dbootctl.cpp105 fprintf(stderr, errStr, cr.errMsg.c_str()); in handle_return()
/system/core/fastboot/
Dfastboot.cpp1585 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/
DCheckpoint.cpp171 return error(EINVAL, "Error marking booted successfully: " + std::string(cr.errMsg)); in cp_commitChanges()