Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params.cc142 string* error_message) { in SetTargetChannel() argument
155 if (error_message) { in SetTargetChannel()
156 *error_message = base::StringPrintf( in SetTargetChannel()
168 if (error_message) in SetTargetChannel()
169 *error_message = "Error storing the new channel value."; in SetTargetChannel()
Dchrome_browser_proxy_resolver.cc136 const string& error_message) { in OnProxyResolvedSignal() argument
137 if (!error_message.empty()) { in OnProxyResolvedSignal()
138 LOG(WARNING) << "ProxyResolved error: " << error_message; in OnProxyResolvedSignal()
Dchrome_browser_proxy_resolver_unittest.cc76 const string& error_message);
102 const string& error_message) { in SendReplySignal() argument
105 source_url, proxy_info, error_message); in SendReplySignal()
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.h67 const std::string& error_message);
Dupdate_attempter.cc407 string error_message; in UpdateAttempter() local
409 &error_message)) { in UpdateAttempter()
410 LOG(ERROR) << "Setting the channel failed: " << error_message; in UpdateAttempter()
1078 string error_message; in UpdateAttempter() local
1080 channel, false /* powerwash_allowed */, &error_message)) { in UpdateAttempter()
1085 error_message); in UpdateAttempter()
Domaha_request_params.h217 std::string* error_message);
/system/core/debuggerd/tombstoned/
Dintercept_manager.cpp109 snprintf(response.error_message, sizeof(response.error_message), "invalid pid %" PRId32, in intercept_request_cb()
121 snprintf(response.error_message, sizeof(response.error_message), in intercept_request_cb()
124 LOG(WARNING) << response.error_message; in intercept_request_cb()
/system/core/debuggerd/client/
Ddebuggerd_client.cpp173 response.error_message[sizeof(response.error_message) - 1] = '\0'; in debuggerd_trigger_dump()
174 LOG(ERROR) << "libdebuggerd_client: tombstoned reported failure: " << response.error_message; in debuggerd_trigger_dump()
/system/core/debuggerd/include/debuggerd/
Dprotocol.h68 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, "Device failed to take a zipped bugreport: %s\n", error_message); in ProcessLine()
Dshell_service.cpp344 std::string error_message = ReadAll(parent_error_sfd); in ForkAndExec() local
345 if (!error_message.empty()) { in ForkAndExec()
346 *error = error_message; in ForkAndExec()