Searched refs:error_code (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/updater/ |
D | updater.cpp | 137 if (sscanf(line.c_str(), "E%d: ", &state->error_code) != 1) { in ParseAndReportErrorCode() 147 if (state->error_code == kNoError) { in ParseAndReportErrorCode() 148 state->error_code = kScriptExecutionFailure; in ParseAndReportErrorCode() 150 fprintf(cmd_pipe_.get(), "log error: %d\n", state->error_code); in ParseAndReportErrorCode()
|
/bootable/recovery/minui/include/private/ |
D | resources.h | 63 int error_code() const { in error_code() function
|
/bootable/recovery/minui/ |
D | resources.cpp | 190 if (!png_handler) return png_handler.error_code(); in res_create_display_surface() 224 if (!png_handler) return png_handler.error_code(); in res_create_multi_display_surface() 304 if (!png_handler) return png_handler.error_code(); in res_create_alpha_surface() 369 printf("Failed to open %s, error: %d\n", png_name.c_str(), png_handler.error_code()); in get_locales_in_png() 403 if (!png_handler) return png_handler.error_code(); in res_create_localized_alpha_surface()
|
/bootable/recovery/edify/include/edify/ |
D | expr.h | 48 ErrorCode error_code; member
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 507 static void log_uncrypt_error_code(UncryptErrorCode error_code) { in log_uncrypt_error_code() argument 509 "uncrypt_error: %d\n", error_code), UNCRYPT_STATUS)) { in log_uncrypt_error_code()
|
/bootable/recovery/edify/ |
D | expr.cpp | 425 : script(script), updater(interface), error_code(kNoError), cause_code(kNoCause) {} in State()
|
/bootable/recovery/install/ |
D | install.cpp | 684 std::error_code ec; in SetupPackageMount()
|
/bootable/recovery/tests/unit/ |
D | updater_test.cpp | 81 ASSERT_EQ(kNoError, state.error_code); in expect()
|