/aosp12/system/update_engine/cros/ |
H A D | omaha_request_params.cc | 141 string error_message; in Init() local 144 &error_message)) { in Init() 145 LOG(ERROR) << "Setting the channel failed: " << error_message; in Init() 166 string* error_message) { in SetTargetChannel() argument 174 if (!IsValidChannel(new_target_channel, error_message)) { in SetTargetChannel() 183 if (error_message) in SetTargetChannel() 184 *error_message = "Error storing the new channel value."; in SetTargetChannel() 210 if (error_message) { in IsValidChannel() 211 *error_message = base::StringPrintf( in IsValidChannel() 222 if (error_message) { in IsValidChannel() [all …]
|
H A D | common_service.cc | 201 string error_message; in SetChannel() local 203 in_target_channel, in_is_powerwash_allowed, &error_message)) { in SetChannel() 204 LogAndSetError(error, FROM_HERE, error_message); in SetChannel()
|
H A D | omaha_request_params_unittest.cc | 142 string error_message; in TEST_F() local 144 params.SetTargetChannel("dogfood-channel", true, &error_message)); in TEST_F() 146 EXPECT_NE(string::npos, error_message.find("stable-channel")); in TEST_F()
|
/aosp12/packages/services/Car/car-lib/src/com/android/car/internal/common/ |
H A D | EventLogTags.logtags | 75 150107 car_user_svc_switch_user_resp (hal_callback_status|1),(user_switch_status|1),(error_message|… 82 150114 car_user_svc_set_user_auth_resp (number_values|1),(error_message|3) 84 150116 car_user_svc_create_user_resp (status|1),(result|1),(error_message|3) 102 150143 car_user_hal_switch_user_resp (request_id|1),(status|1),(result|1),(error_message|3) 105 150146 car_user_hal_get_user_auth_resp (int32values|4),(error_message|3) 108 150149 car_user_hal_set_user_auth_resp (int32values|4),(error_message|3) 111 150152 car_user_hal_create_user_resp (request_id|1),(status|1),(result|1),(error_message|3) 118 150175 car_user_mgr_switch_user_resp (uid|1),(status|1),(error_message|3) 124 150181 car_user_mgr_create_user_resp (uid|1),(status|1),(error_message|3)
|
/aosp12/system/core/debuggerd/tombstoned/ |
H A D | intercept_manager.cpp | 125 snprintf(response.error_message, sizeof(response.error_message), "invalid intercept request"); in intercept_request_cb() 137 snprintf(response.error_message, sizeof(response.error_message), in intercept_request_cb() 141 LOG(WARNING) << response.error_message; in intercept_request_cb()
|
/aosp12/bionic/tests/ |
H A D | dl_test.cpp | 160 std::string error_message = "error: linker cannot load itself\n"; in TEST() local 163 …]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_message.c_str()); in TEST() 235 std::string error_message = in TEST() local 244 …]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_message.c_str()); in TEST() 366 std::string error_message = std::string("CANNOT LINK EXECUTABLE ") + in TEST() local 378 …]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_message.c_str()); in TEST()
|
/aosp12/system/extras/libjsonpb/parse/ |
H A D | jsonpb.cpp | 51 return MakeError<std::string>(status.error_message().as_string()); in MessageToJsonString() 64 return MakeError<std::monostate>(status.error_message().as_string()); in JsonStringToMessage()
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_layers.cpp | 394 char* error_message = nullptr; in LoadLayers() local 396 &native_bridge_, &error_message); in LoadLayers() 399 error_message); in LoadLayers() 400 android::NativeLoaderFreeErrorMessage(error_message); in LoadLayers()
|
/aosp12/art/libartbase/base/metrics/ |
H A D | metrics_common.cc | 167 std::string error_message; in EndReport() local 169 LockedFile::Open(filename_.c_str(), O_CREAT | O_WRONLY | O_APPEND, true, &error_message)}; in EndReport() 171 LOG(WARNING) << "Could open metrics file '" << filename_ << "': " << error_message; in EndReport()
|
/aosp12/system/apex/apexd/ |
H A D | apexd.cpp | 1643 std::string error_message; in ActivateApexPackages() local 1996 LOG(ERROR) << error_message; in ScanStagedSessionsDirAndStage() 2005 auto error_message = in ScanStagedSessionsDirAndStage() local 2007 LOG(ERROR) << error_message; in ScanStagedSessionsDirAndStage() 2040 LOG(WARNING) << error_message; in ScanStagedSessionsDirAndStage() 2065 std::string error_message = in ScanStagedSessionsDirAndStage() local 2068 LOG(ERROR) << error_message; in ScanStagedSessionsDirAndStage() 2088 LOG(ERROR) << error_message; in ScanStagedSessionsDirAndStage() 2271 if (!error_message.empty()) { in RevertActiveSessions() 2859 std::string error_message = in OnStart() local [all …]
|
H A D | apexd_session.cpp | 189 return state_.error_message(); in GetErrorMessage() 229 void ApexSession::SetErrorMessage(const std::string& error_message) { in SetErrorMessage() argument 230 state_.set_error_message(error_message); in SetErrorMessage()
|
H A D | apexd.h | 89 const std::string& error_message); 93 const std::string& error_message);
|
/aosp12/build/make/tools/releasetools/ |
H A D | verity_utils.py | 119 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument 133 logger.exception(error_message) 134 raise BuildVerityImageError(error_message) 137 def Append(target, file_to_append, error_message): argument 149 logger.exception(error_message) 150 raise BuildVerityImageError(error_message)
|
/aosp12/system/core/debuggerd/client/ |
H A D | debuggerd_client.cpp | 250 response.error_message[sizeof(response.error_message) - 1] = '\0'; in debuggerd_trigger_dump() 251 LOG(ERROR) << "libdebuggerd_client: tombstoned reported failure: " << response.error_message; in debuggerd_trigger_dump()
|
/aosp12/packages/modules/adb/client/ |
H A D | commandline.cpp | 1029 std::string error_message; in ppp() 1030 int fd = adb_connect(adb_service_name, &error_message); in ppp() 1889 std::string cmd, error_message; in adb_commandline() local 1903 if (forward_targets_are_valid(argv[1], argv[2], &error_message)) { in adb_commandline() 1909 if (forward_targets_are_valid(argv[0], argv[1], &error_message)) { in adb_commandline() 1914 if (!error_message.empty()) { in adb_commandline() 1915 error_exit("error: %s", error_message.c_str()); in adb_commandline() 1918 unique_fd fd(adb_connect(nullptr, host_prefix + cmd, &error_message, true)); in adb_commandline() 1919 if (fd < 0 || !adb_status(fd.get(), &error_message)) { in adb_commandline() 1920 error_exit("error: %s", error_message.c_str()); in adb_commandline() [all …]
|
H A D | bugreport.cpp | 142 const char* error_message = &line[strlen(BUGZ_FAIL_PREFIX)]; in ProcessLine() local 143 fprintf(stderr, "adb: device failed to take a zipped bugreport: %s\n", error_message); in ProcessLine()
|
/aosp12/hardware/google/camera/common/hal/tests/ |
H A D | result_processor_tests.cc | 70 ProcessBlockNotifyMessage error_message = { in SendResultsAndMessages() local 84 result_processor->Notify(error_message); in SendResultsAndMessages()
|
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/ |
H A D | GrpcGraph.cpp | 57 std::string error_message = in FinishRpcAndGetResult() local 58 std::string("Grpc failed with error: ") + grpcStatus.error_message(); in FinishRpcAndGetResult() 59 LOG(ERROR) << error_message; in FinishRpcAndGetResult() 60 return std::pair(Status::FATAL_ERROR, std::move(error_message)); in FinishRpcAndGetResult()
|
/aosp12/build/make/tools/fs_config/ |
H A D | fs_config_generator.py | 350 def error_message(msg): function 390 error_message('{} for "{}"'.format( 620 def error_message(msg): function 633 sys.exit(error_message(tmp_errmsg)) 638 sys.exit(error_message('Found specified but unset "value"')) 643 sys.exit(error_message(exception))
|
/aosp12/bionic/libc/ |
H A D | fs_config_generator.py | 350 def error_message(msg): function 390 error_message('{} for "{}"'.format( 620 def error_message(msg): function 633 sys.exit(error_message(tmp_errmsg)) 638 sys.exit(error_message('Found specified but unset "value"')) 643 sys.exit(error_message(exception))
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_loader_test.cc | 253 std::string error_message; in OpenDexFileInMemoryBase64() local 262 &error_message)); in OpenDexFileInMemoryBase64() 264 CHECK(dex_file != nullptr) << error_message; in OpenDexFileInMemoryBase64()
|
/aosp12/bionic/libc/system_properties/ |
H A D | prop_info.cpp | 52 memcpy(this->long_property.error_message, kLongLegacyError, sizeof(kLongLegacyError)); in prop_info()
|
/aosp12/bionic/libc/system_properties/include/system_properties/ |
H A D | prop_info.h | 64 char error_message[kLongLegacyErrorBufferSize]; member
|
/aosp12/art/libartbase/base/ |
H A D | scoped_flock.h | 58 const bool read_only_mode, std::string* error_message);
|
/aosp12/system/core/debuggerd/ |
H A D | protocol.h | 80 char error_message[127]; // always null-terminated member
|