Home
last modified time | relevance | path

Searched refs:error_message (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/
Domaha_request_params.cc145 string* error_message) { in SetTargetChannel() argument
158 if (error_message) { in SetTargetChannel()
159 *error_message = base::StringPrintf( in SetTargetChannel()
171 if (error_message) in SetTargetChannel()
172 *error_message = "Error storing the new channel value."; in SetTargetChannel()
Dchrome_browser_proxy_resolver.cc113 const std::string& error_message) { in OnResolveProxyResponse() argument
114 if (!error_message.empty()) in OnResolveProxyResponse()
115 LOG(WARNING) << "Got error resolving proxy: " << error_message; in OnResolveProxyResponse()
Domaha_request_params_unittest.cc147 string error_message; in TEST_F() local
149 params.SetTargetChannel("dogfood-channel", true, &error_message)); in TEST_F()
151 EXPECT_NE(string::npos, error_message.find("stable-channel")); in TEST_F()
Dcommon_service.cc170 string error_message; in SetChannel() local
172 in_target_channel, in_is_powerwash_allowed, &error_message)) { in SetChannel()
173 LogAndSetError(error, FROM_HERE, error_message); in SetChannel()
Dchrome_browser_proxy_resolver.h59 const std::string& error_message);
Domaha_request_params.h222 std::string* error_message);
Dupdate_attempter.cc404 string error_message; in UpdateAttempter() local
406 &error_message)) { in UpdateAttempter()
407 LOG(ERROR) << "Setting the channel failed: " << error_message; in UpdateAttempter()
/system/core/debuggerd/tombstoned/
Dintercept_manager.cpp122 snprintf(response.error_message, sizeof(response.error_message), "invalid intercept request"); in intercept_request_cb()
134 snprintf(response.error_message, sizeof(response.error_message), in intercept_request_cb()
138 LOG(WARNING) << response.error_message; in intercept_request_cb()
/system/core/debuggerd/client/
Ddebuggerd_client.cpp177 response.error_message[sizeof(response.error_message) - 1] = '\0'; in debuggerd_trigger_dump()
178 LOG(ERROR) << "libdebuggerd_client: tombstoned reported failure: " << response.error_message; in debuggerd_trigger_dump()
/system/core/debuggerd/
Dprotocol.h77 char error_message[127]; // always null-terminated member
/system/core/adb/
Dbugreport.cpp139 const char* error_message = &line[strlen(BUGZ_FAIL_PREFIX)]; in ProcessLine() local
140 fprintf(stderr, "adb: device failed to take a zipped bugreport: %s\n", error_message); in ProcessLine()
Dshell_service.cpp345 std::string error_message = ReadAll(parent_error_sfd); in ForkAndExec() local
346 if (!error_message.empty()) { in ForkAndExec()
347 *error = error_message; in ForkAndExec()