Lines Matching refs:ErrorAbort

887     ErrorAbort(state, kStashCreationFailure, "stat \"%s\" failed: %s", dirname.c_str(),  in CreateStash()
898 ErrorAbort(state, kStashCreationFailure, "mkdir \"%s\" failed: %s", dirname.c_str(), in CreateStash()
904 ErrorAbort(state, kStashCreationFailure, "chown \"%s\" failed: %s", dirname.c_str(), in CreateStash()
910 ErrorAbort(state, kStashCreationFailure, "not enough space for stash (%zu needed)", in CreateStash()
942 ErrorAbort(state, kStashCreationFailure, "not enough space for stash (%zu more needed)", in CreateStash()
1639 ErrorAbort(state, kArgsParsingFailure, "block_image_update expects 4 arguments, got %zu", in PerformBlockImageUpdate()
1660 ErrorAbort(state, kArgsParsingFailure, "blockdev_filename argument to %s must be string", name); in PerformBlockImageUpdate()
1664 ErrorAbort(state, kArgsParsingFailure, "transfer_list argument to %s must be blob", name); in PerformBlockImageUpdate()
1668 ErrorAbort(state, kArgsParsingFailure, "new_data_fn argument to %s must be string", name); in PerformBlockImageUpdate()
1672 ErrorAbort(state, kArgsParsingFailure, "patch_data_fn argument to %s must be string", name); in PerformBlockImageUpdate()
1740 ErrorAbort(state, kArgsParsingFailure, "too few lines in the transfer list [%zu]", in PerformBlockImageUpdate()
1756 ErrorAbort(state, kArgsParsingFailure, "unexpected block count [%s]", lines[1].c_str()); in PerformBlockImageUpdate()
1770 ErrorAbort(state, kArgsParsingFailure, "unexpected maximum stash blocks [%s]", in PerformBlockImageUpdate()
2070 ErrorAbort(state, kArgsParsingFailure, "range_sha1 expects 2 arguments, got %zu", argv.size()); in RangeSha1Fn()
2083 ErrorAbort(state, kArgsParsingFailure, "blockdev_filename argument to %s must be string", name); in RangeSha1Fn()
2087 ErrorAbort(state, kArgsParsingFailure, "ranges argument to %s must be string", name); in RangeSha1Fn()
2101 ErrorAbort(state, cause_code, "open \"%s\" failed: %s", block_device_path.c_str(), in RangeSha1Fn()
2115 ErrorAbort(state, kLseekFailure, "failed to seek %s: %s", block_device_path.c_str(), in RangeSha1Fn()
2123 ErrorAbort(state, cause_code, "failed to read %s: %s", block_device_path.c_str(), in RangeSha1Fn()
2145 ErrorAbort(state, kArgsParsingFailure, "check_first_block expects 1 argument, got %zu", in CheckFirstBlockFn()
2158 ErrorAbort(state, kArgsParsingFailure, "filename argument to %s must be string", name); in CheckFirstBlockFn()
2172 ErrorAbort(state, cause_code, "open \"%s\" failed: %s", block_device_path.c_str(), in CheckFirstBlockFn()
2182 ErrorAbort(state, cause_code, "failed to read %s: %s", block_device_path.c_str(), in CheckFirstBlockFn()
2210 ErrorAbort(state, kArgsParsingFailure, "block_image_recover expects 2 arguments, got %zu", in BlockImageRecoverFn()
2224 ErrorAbort(state, kArgsParsingFailure, "filename argument to %s must be string", name); in BlockImageRecoverFn()
2228 ErrorAbort(state, kArgsParsingFailure, "ranges argument to %s must be string", name); in BlockImageRecoverFn()
2233 ErrorAbort(state, kArgsParsingFailure, "failed to parse ranges: %s", ranges->data.c_str()); in BlockImageRecoverFn()
2251 ErrorAbort(state, kLibfecFailure, "fec_open \"%s\" failed: %s", block_device_path.c_str(), in BlockImageRecoverFn()
2257 ErrorAbort(state, kLibfecFailure, "unable to use metadata to correct errors"); in BlockImageRecoverFn()
2263 ErrorAbort(state, kLibfecFailure, "failed to read FEC status"); in BlockImageRecoverFn()
2276 ErrorAbort(state, kLibfecFailure, "failed to recover %s (block %zu): %s", in BlockImageRecoverFn()