Searched refs:error_message (Results 1 – 13 of 13) sorted by relevance
/system/update_engine/ |
D | omaha_request_params.cc | 142 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()
|
D | chrome_browser_proxy_resolver.cc | 136 const string& error_message) { in OnProxyResolvedSignal() argument 137 if (!error_message.empty()) { in OnProxyResolvedSignal() 138 LOG(WARNING) << "ProxyResolved error: " << error_message; in OnProxyResolvedSignal()
|
D | chrome_browser_proxy_resolver_unittest.cc | 76 const string& error_message); 102 const string& error_message) { in SendReplySignal() argument 105 source_url, proxy_info, error_message); in SendReplySignal()
|
D | omaha_request_params_unittest.cc | 147 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()
|
D | common_service.cc | 170 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()
|
D | chrome_browser_proxy_resolver.h | 67 const std::string& error_message);
|
D | update_attempter.cc | 407 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()
|
D | omaha_request_params.h | 217 std::string* error_message);
|
/system/core/debuggerd/tombstoned/ |
D | intercept_manager.cpp | 109 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/ |
D | debuggerd_client.cpp | 173 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/ |
D | protocol.h | 68 char error_message[127]; // always null-terminated member
|
/system/core/adb/ |
D | bugreport.cpp | 139 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()
|
D | shell_service.cpp | 344 std::string error_message = ReadAll(parent_error_sfd); in ForkAndExec() local 345 if (!error_message.empty()) { in ForkAndExec() 346 *error = error_message; in ForkAndExec()
|