/system/core/fs_mgr/libfiemap_writer/ |
D | fiemap_writer.cpp | 74 PLOG(ERROR) << "Failed to read link at: " << sysfs_path; in BlockDeviceToName() 82 LOG(ERROR) << "Malformed symlink for block device: " << sysfs_bdev; in BlockDeviceToName() 100 PLOG(ERROR) << "Failed to open: " << dm_leaf_dir; in DeviceMapperStackPop() 124 LOG(ERROR) << "Found " << num_leaves << " leaf block devices under device mapper device " in DeviceMapperStackPop() 137 PLOG(ERROR) << "Failed to get stat for: " << file_path; in GetBlockDeviceForFile() 143 LOG(ERROR) << "Failed to get block device name for " << major(sb.st_dev) << ":" in GetBlockDeviceForFile() 150 LOG(ERROR) << "Failed to get the bottom of the device mapper stack for device: " << bdev; in GetBlockDeviceForFile() 165 PLOG(ERROR) << "Failed to get stat for block device: " << *bdev_path; in GetBlockDeviceForFile() 170 PLOG(ERROR) << "File: " << *bdev_path << " is not a block device"; in GetBlockDeviceForFile() 180 PLOG(ERROR) << "Failed to get total size for: " << bdev_path; in GetBlockDeviceSize() [all …]
|
/system/core/debuggerd/client/ |
D | debuggerd_client.cpp | 54 PLOG(ERROR) << "libdebuggerd_client: failed to send signal to pid " << pid; in send_signal() 76 LOG(ERROR) << "libdebugged_client: failed to get process info: " << error; in debuggerd_trigger_dump() 93 LOG(ERROR) << "libdebuggerd_client: timeout expired"; in debuggerd_trigger_dump() 101 PLOG(ERROR) << "libdebuggerd_client: failed to set receive timeout"; in debuggerd_trigger_dump() 105 PLOG(ERROR) << "libdebuggerd_client: failed to set send timeout"; in debuggerd_trigger_dump() 114 PLOG(ERROR) << "libdebugger_client: failed to create socket"; in debuggerd_trigger_dump() 120 PLOG(ERROR) << "libdebuggerd_client: failed to connect to tombstoned"; in debuggerd_trigger_dump() 126 PLOG(ERROR) << "libdebugger_client: failed to set timeout"; in debuggerd_trigger_dump() 133 PLOG(ERROR) << "libdebuggerd_client: failed to create pipe"; in debuggerd_trigger_dump() 148 PLOG(ERROR) << "failed to set pipe buffer size"; in debuggerd_trigger_dump() [all …]
|
/system/vold/ |
D | MetadataCrypt.cpp | 65 PLOG(ERROR) << "Failed to setexeccon"; in mount_via_fs_mgr() 72 PLOG(ERROR) << "Failed to clear setexeccon"; in mount_via_fs_mgr() 76 LOG(ERROR) << "fs_mgr_do_mount failed with rc " << mount_rc; in mount_via_fs_mgr() 90 LOG(ERROR) << "Wait for boot timed out"; in commit_key() 98 LOG(ERROR) << "Failed to read old key: " << dir; in commit_key() 102 PLOG(ERROR) << "Unable to move upgraded key to location: " << keyPath; in commit_key() 106 LOG(ERROR) << "Key deletion failed during upgrade, continuing anyway: " << dir; in commit_key() 113 LOG(ERROR) << "Failed to get key_dir"; in read_key() 121 PLOG(ERROR) << "Creating directories: " << dir; in read_key() 134 LOG(ERROR) << "Failed to read old key: " << dir; in read_key() [all …]
|
D | Loop.cpp | 53 PLOG(ERROR) << "Failed to open loop-control"; in create() 59 PLOG(ERROR) << "Failed LOOP_CTL_GET_FREE"; in create() 74 PLOG(ERROR) << "Failed to open " << target; in create() 79 PLOG(ERROR) << "Failed to open " << out_device; in create() 84 PLOG(ERROR) << "Failed to LOOP_SET_FD"; in create() 92 PLOG(ERROR) << "Failed to LOOP_SET_STATUS64"; in create() 104 PLOG(ERROR) << "Failed to open " << loopDevice; in destroyByDevice() 109 PLOG(ERROR) << "Failed to destroy " << loopDevice; in destroyByDevice() 124 PLOG(ERROR) << "Failed to opendir"; in destroyAll() 167 PLOG(ERROR) << "Failed to create image " << file; in createImageFile() [all …]
|
D | AppFuseUtil.cpp | 38 LOG(ERROR) << "AppFuse mount name is too long."; in GetMountPath() 43 LOG(ERROR) << "AppFuse mount name contains invalid character."; in GetMountPath() 66 PLOG(ERROR) << "Failed to mount " << path; in Mount() 87 PLOG(ERROR) << "Failed to unmount directory."; in RunCommand() 91 PLOG(ERROR) << "Failed to remove the mount directory."; in RunCommand() 96 LOG(ERROR) << "Unknown appfuse command " << command; in RunCommand() 111 LOG(ERROR) << "Invalid mount point name"; in MountAppFuse() 123 PLOG(ERROR) << "Failed to prepare directory " << path; in MountAppFuse() 131 PLOG(ERROR) << "Failed to open /dev/fuse"; in MountAppFuse() 145 LOG(ERROR) << "Invalid mount point name"; in UnmountAppFuse() [all …]
|
D | Keymaster.cpp | 55 LOG(ERROR) << "update failed: " << error.description(); in updateCompletely() 60 LOG(ERROR) << "update failed, code " << int32_t(km_error); in updateCompletely() 65 LOG(ERROR) << "update reported too much input consumed"; in updateCompletely() 86 LOG(ERROR) << "finish failed: " << error.description(); in finish() 90 LOG(ERROR) << "finish failed, code " << int32_t(km_error); in finish() 131 LOG(ERROR) << "generate_key failed: " << error.description(); in generateKey() 135 LOG(ERROR) << "generate_key failed, code " << int32_t(km_error); in generateKey() 145 LOG(ERROR) << "delete_key failed: " << error.description(); in deleteKey() 149 LOG(ERROR) << "delete_key failed, code " << int32_t(km::ErrorCode(error)); in deleteKey() 168 LOG(ERROR) << "upgrade_key failed: " << error.description(); in upgradeKey() [all …]
|
D | Devmapper.cpp | 66 PLOG(ERROR) << "Failed malloc"; in create() 72 PLOG(ERROR) << "Failed open"; in create() 83 PLOG(ERROR) << "Failed DM_DEV_CREATE"; in create() 98 PLOG(ERROR) << "Failed DM_DEV_SET_GEOMETRY"; in create() 107 PLOG(ERROR) << "Failed DM_DEV_STATUS"; in create() 138 PLOG(ERROR) << "Failed DM_TABLE_LOAD"; in create() 148 PLOG(ERROR) << "Failed DM_DEV_SUSPEND"; in create() 166 PLOG(ERROR) << "Failed malloc"; in destroy() 172 PLOG(ERROR) << "Failed open"; in destroy() 184 PLOG(ERROR) << "Failed DM_DEV_REMOVE"; in destroy() [all …]
|
/system/update_engine/common/ |
D | boot_control_stub.cc | 30 LOG(ERROR) << __FUNCTION__ << " should never be called."; in GetCurrentSlot() 37 LOG(ERROR) << __FUNCTION__ << " should never be called."; in GetPartitionDevice() 42 LOG(ERROR) << __FUNCTION__ << " should never be called."; in IsSlotBootable() 47 LOG(ERROR) << __FUNCTION__ << " should never be called."; in MarkSlotUnbootable() 52 LOG(ERROR) << __FUNCTION__ << " should never be called."; in SetActiveBootSlot() 66 LOG(ERROR) << __FUNCTION__ << " should never be called."; in InitPartitionMetadata() 71 LOG(ERROR) << __FUNCTION__ << " should never be called."; in Cleanup()
|
/system/update_engine/ |
D | update_engine_client.cc | 77 LOG(ERROR) << "UpdateEngineService not available."; in OnInit() 127 LOG(ERROR) << error; in IPCError() 245 LOG(ERROR) << "Update failed, current operation is " in HandleStatusUpdate() 335 LOG(ERROR) << "Found a positional argument '" << positional_args.front() in ProcessFlags() 351 LOG(ERROR) << "ResetStatus failed"; in ProcessFlags() 360 LOG(ERROR) << "Unknown option: \"" << FLAGS_update_over_cellular in ProcessFlags() 364 LOG(ERROR) << "Error setting the update over cellular setting."; in ProcessFlags() 375 LOG(ERROR) << "Error getting the update over cellular setting."; in ProcessFlags() 389 LOG(ERROR) << "Error setting the cohort hint."; in ProcessFlags() 397 LOG(ERROR) << "Error getting the cohort hint."; in ProcessFlags() [all …]
|
D | boot_control_android.cc | 72 LOG(ERROR) << "Error getting bootctrl HIDL module."; in Init() 102 LOG(ERROR) << "boot_control impl returned no suffix for slot " in GetSuffix() 133 LOG(ERROR) << "No metadata in slot " in GetDynamicPartitionDevice() 135 return DynamicPartitionDeviceStatus::ERROR; in GetDynamicPartitionDevice() 144 LOG(ERROR) << "The static partition " << partition_name_suffix in GetDynamicPartitionDevice() 149 return DynamicPartitionDeviceStatus::ERROR; in GetDynamicPartitionDevice() 167 LOG(ERROR) << partition_name_suffix << "is mapped but path is unknown."; in GetDynamicPartitionDevice() 168 return DynamicPartitionDeviceStatus::ERROR; in GetDynamicPartitionDevice() 177 return DynamicPartitionDeviceStatus::ERROR; in GetDynamicPartitionDevice() 207 case DynamicPartitionDeviceStatus::ERROR: // fallthrough in GetPartitionDevice() [all …]
|
/system/vold/model/ |
D | PrivateVolume.cpp | 68 PLOG(ERROR) << getId() << " Raw keysize " << mKeyRaw.size() in doCreate() 83 PLOG(ERROR) << getId() << " failed to setup cryptfs"; in doCreate() 92 LOG(ERROR) << getId() << " failed to revert cryptfs"; in doDestroy() 99 LOG(ERROR) << getId() << " failed to read metadata"; in doMount() 107 PLOG(ERROR) << getId() << " failed to create mount point " << mPath; in doMount() 116 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount() 121 PLOG(ERROR) << getId() << " failed to mount"; in doMount() 130 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount() 135 PLOG(ERROR) << getId() << " failed to mount"; in doMount() 140 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount() [all …]
|
/system/core/libsuspend/ |
D | autosuspend_wakeup_count.cpp | 76 PLOG(ERROR) << "error reading from " << sys_power_wakeup_count; in suspend_thread_func() 82 LOG(ERROR) << "empty wakeup count"; in suspend_thread_func() 89 PLOG(ERROR) << "error waiting on semaphore"; in suspend_thread_func() 103 PLOG(ERROR) << "error writing to " << sys_power_wakeup_count; in suspend_thread_func() 109 PLOG(ERROR) << "error releasing semaphore"; in suspend_thread_func() 122 PLOG(ERROR) << "error opening " << sys_power_state; in init_state_fd() 143 PLOG(ERROR) << "error opening " << sys_power_wakeup_count; in autosuspend_init() 149 PLOG(ERROR) << "error creating suspend_lockout semaphore"; in autosuspend_init() 155 LOG(ERROR) << "error creating thread: " << strerror(ret); in autosuspend_init() 176 LOG(ERROR) << "autosuspend_init failed"; in autosuspend_wakeup_count_enable() [all …]
|
/system/core/libkeyutils/ |
D | mini_keyctl_utils.cpp | 52 LOG(ERROR) << "keyring_id is null"; in GetKeyringId() 64 PLOG(ERROR) << "Failed to open /proc/keys"; in GetKeyringId() 92 LOG(ERROR) << "Can't find keyring " << keyring; in Unlink() 97 PLOG(ERROR) << "Failed to unlink key 0x" << std::hex << key << " from keyring " << keyring_id; in Unlink() 106 LOG(ERROR) << "Certificate too large"; in Add() 112 LOG(ERROR) << "Can not find keyring id"; in Add() 119 PLOG(ERROR) << "Failed to add key"; in Add() 130 LOG(ERROR) << "Can not find keyring id"; in Padd() 139 LOG(ERROR) << "Certificate too large"; in Padd() 146 PLOG(ERROR) << "Failed to add key"; in Padd() [all …]
|
/system/core/fs_mgr/libdm/ |
D | loop_control.cpp | 36 PLOG(ERROR) << "Failed to open loop-control"; in LoopControl() 42 LOG(ERROR) << "Failed to attach, no free loop devices"; in Attach() 48 PLOG(ERROR) << "Failed to open: " << *loopdev; in Attach() 54 PLOG(ERROR) << "Failed LOOP_SET_FD"; in Attach() 62 LOG(ERROR) << "Must provide a loop device"; in Detach() 68 PLOG(ERROR) << "Failed to open: " << loopdev; in Detach() 74 PLOG(ERROR) << "Failed LOOP_CLR_FD for '" << loopdev << "'"; in Detach() 83 PLOG(ERROR) << "Failed to get free loop device"; in FindFreeLoopDevice() 101 PLOG(ERROR) << "open failed for " << path; in LoopDevice()
|
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 68 PLOG(ERROR) << argv[0] << " " << argv[1] << " " << argv[2] << "failed"; in log_ls() 72 LOG(ERROR) << argv[0] << " " << argv[1] << " " << argv[2] in log_ls() 77 LOG(ERROR) << argv[0] << " " << argv[1] << " " << argv[2] in log_ls() 96 PLOG(ERROR) << "Unable to read directory: " << dirname; in is_dir_empty() 104 PLOG(ERROR) << "Unable to read directory: " << dirname; in is_dir_empty() 143 LOG(ERROR) << "Policy wrong length: " << policy_length; in fscrypt_policy_set() 151 PLOG(ERROR) << "Failed to open directory " << directory; in fscrypt_policy_set() 162 PLOG(ERROR) << "Failed to set encryption policy for " << directory << " to " << policy_hex in fscrypt_policy_set() 179 LOG(ERROR) << "Policy wrong length: " << policy_length; in fscrypt_policy_get() 185 PLOG(ERROR) << "Failed to open directory " << directory; in fscrypt_policy_get() [all …]
|
/system/security/keystore-engine/ |
D | keystore_backend_binder.cpp | 103 LOG(ERROR) << AT << "could not contact keystore"; in sign() 114 LOG(ERROR) << AT << "communication error while calling keystore"; in sign() 118 LOG(ERROR) << AT << "getKeyCharacteristics failed: " << error_code; in sign() 125 LOG(ERROR) << AT << "getKeyCharacteristics failed: " << km_response.response_code(); in sign() 131 LOG(ERROR) << AT << "could not get algorithm from key characteristics"; in sign() 147 LOG(ERROR) << AT << "communication error while calling keystore"; in sign() 153 LOG(ERROR) << AT << "Keystore begin returned: " << error_code; in sign() 159 LOG(ERROR) << AT << "begin failed: " << result.resultCode; in sign() 171 LOG(ERROR) << AT << "communication error while calling keystore"; in sign() 177 LOG(ERROR) << AT << "Keystore update returned: " << error_code; in sign() [all …]
|
/system/gsid/ |
D | gsi_service.cpp | 298 PLOG(ERROR) << "read " << kGsiInstallStatusFile; in getGsiBootStatus() 339 PLOG(ERROR) << "open " << kUserdataDevice; in getUserdataImageSize() 345 PLOG(ERROR) << "BLKGETSIZE64 " << kUserdataDevice; in getUserdataImageSize() 355 PLOG(ERROR) << "open " << userdata_gsi; in getUserdataImageSize() 430 PLOG(ERROR) << "open failed: " << path; in IsExternalStoragePath() 435 PLOG(ERROR) << "statfs failed: " << path; in IsExternalStoragePath() 438 LOG(ERROR) << "fs type: " << info.f_type; in IsExternalStoragePath() 453 PLOG(ERROR) << "realpath failed: " << origInstallDir; in ValidateInstallParams() 466 LOG(ERROR) << "cannot read default fstab"; in ValidateInstallParams() 471 LOG(ERROR) << "cannot find /system fstab entry"; in ValidateInstallParams() [all …]
|
/system/connectivity/wificond/net/ |
D | netlink_utils.cpp | 124 LOG(ERROR) << "NL80211_CMD_GET_WIPHY dump failed"; in GetWiphyIndex() 133 LOG(ERROR) << "Receive ERROR message: " in GetWiphyIndex() 138 LOG(ERROR) << "Wrong message type for new interface message: " in GetWiphyIndex() 143 LOG(ERROR) << "Wrong command in response to " in GetWiphyIndex() 149 LOG(ERROR) << "Failed to get wiphy index from reply message"; in GetWiphyIndex() 173 LOG(ERROR) << "NL80211_CMD_GET_INTERFACE dump failed"; in GetInterfaces() 177 LOG(ERROR) << "No interface is found"; in GetInterfaces() 182 LOG(ERROR) << "Receive ERROR message: " in GetInterfaces() 187 LOG(ERROR) << "Wrong message type for new interface message: " in GetInterfaces() 192 LOG(ERROR) << "Wrong command in response to " in GetInterfaces() [all …]
|
D | netlink_manager.cpp | 74 LOG(ERROR) << "Unknown bandwidth type: " << bandwidth; in getBandwidthType() 99 LOG(ERROR) << "Failed to read packet from buffer"; in ReceivePacketAndRunHandler() 110 LOG(ERROR) << "payload is broken."; in ReceivePacketAndRunHandler() 118 LOG(ERROR) << "Receive invalid packet"; in ReceivePacketAndRunHandler() 147 LOG(ERROR) << "Get message overrun notification"; in ReceivePacketAndRunHandler() 172 LOG(ERROR) << "Wrong message type for new family message"; in OnNewFamily() 176 LOG(ERROR) << "Wrong command for new family message"; in OnNewFamily() 181 LOG(ERROR) << "Failed to get family id"; in OnNewFamily() 186 LOG(ERROR) << "Failed to get family name"; in OnNewFamily() 205 LOG(ERROR) << "Failed to get group name"; in OnNewFamily() [all …]
|
/system/core/init/ |
D | mount_namespace.cpp | 42 PLOG(ERROR) << "Failed to change propagation type to shared"; in MakeShared() 54 PLOG(ERROR) << "Failed to change propagation type to private"; in MakePrivate() 63 PLOG(ERROR) << "Cannot open fd for current mount namespace"; in OpenMountNamespace() 71 PLOG(ERROR) << "Failed to read namespace ID"; in GetMountNamespaceId() 116 PLOG(ERROR) << "Cannot create mount namespace"; in SetupMountNamespaces() 123 PLOG(ERROR) << "Cannot switch back to bootstrap mount namespace"; in SetupMountNamespaces() 143 PLOG(ERROR) << "Failed to switch back to the default mount namespace."; in SwitchToDefaultMountNamespace() 160 PLOG(ERROR) << "Failed to switch to bootstrap mount namespace."; in SwitchToBootstrapMountNamespaceIfNeeded()
|
/system/core/libprocessgroup/setup/ |
D | cgroup_map_write.cpp | 70 PLOG(ERROR) << "fchmodat() failed for " << path; in Mkdir() 75 PLOG(ERROR) << "mkdir() failed for " << path; in Mkdir() 86 PLOG(ERROR) << "Unable to decode UID for '" << uid << "'"; in Mkdir() 95 PLOG(ERROR) << "Unable to decode GID for '" << gid << "'"; in Mkdir() 102 PLOG(ERROR) << "lchown() failed for " << path; in Mkdir() 109 PLOG(ERROR) << "fchmodat() failed for " << path; in Mkdir() 123 PLOG(ERROR) << "Failed to read task profiles from " << file_name; in ReadDescriptorsFromFile() 130 LOG(ERROR) << "Failed to parse cgroups description: " << reader.getFormattedErrorMessages(); in ReadDescriptorsFromFile() 197 LOG(ERROR) << "Failed to create directory for " << controller->name() << " cgroup"; in SetupCgroup() 223 PLOG(ERROR) << "Failed to mount " << controller->name() << " cgroup"; in SetupCgroup() [all …]
|
/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 63 LOG(ERROR) << "Failed while requesting service to repeat utf8 string=\"" in ConfirmUtf8InCppStringRepeat() 74 LOG(ERROR) << "RepeatNullableUtf8CppString(null) did not return null"; in ConfirmUtf8InCppStringRepeat() 83 LOG(ERROR) << "Got status=" << status.toString8() << " while repeating " in ConfirmUtf8InCppStringRepeat() 88 LOG(ERROR) << "Got null reply while repeating nullable utf8 string " in ConfirmUtf8InCppStringRepeat() 93 LOG(ERROR) << "Failed while requesting service to repeat utf8 string=\"" in ConfirmUtf8InCppStringRepeat() 125 LOG(ERROR) << "Reversing null list of utf8 strings failed."; in ConfirmUtf8InCppStringCollectionReverse() 136 LOG(ERROR) << "Reversing list of utf8 strings failed."; in ConfirmUtf8InCppStringCollectionReverse() 140 LOG(ERROR) << "Bad output sizes."; in ConfirmUtf8InCppStringCollectionReverse() 150 LOG(ERROR) << "Expected null values, but got non-null."; in ConfirmUtf8InCppStringCollectionReverse() 157 LOG(ERROR) << "Expected non-null values, but got null."; in ConfirmUtf8InCppStringCollectionReverse() [all …]
|
/system/extras/libperfmgr/ |
D | HintManager.cc | 37 LOG(ERROR) << "NodeLooperThread not present"; in ValidateHint() 41 LOG(ERROR) << "PowerHint type not present in actions: " << hint_type; in ValidateHint() 95 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd() 100 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd() 110 LOG(ERROR) << "Failed to read JSON config from " << config_path; in GetFromJSON() 116 LOG(ERROR) << "Failed to parse Nodes section from " << config_path; in GetFromJSON() 123 LOG(ERROR) << "Failed to parse Actions section from " << config_path; in GetFromJSON() 145 LOG(ERROR) << "Failed to parse JSON config"; in ParseNodes() 154 LOG(ERROR) << "Failed to read " in ParseNodes() 162 LOG(ERROR) << "Duplicate Node[" << i << "]'s Name"; in ParseNodes() [all …]
|
/system/bt/service/ |
D | settings.cc | 42 LOG(ERROR) << "Invalid IPC create socket path"; in Init() 52 LOG(ERROR) << "Invalid Android socket suffix"; in Init() 63 LOG(ERROR) << "Invalid value for " << switches::kEnableOnStart << ": " in Init() 71 LOG(ERROR) << "Unexpected command-line switches found: " << iter.first; in Init() 78 LOG(ERROR) << "Too many IPC methods provided"; in Init() 84 LOG(ERROR) << "Unexpected command-line arguments found"; in Init()
|
/system/vold/fs/ |
D | Vfat.cpp | 74 LOG(ERROR) << "Filesystem check failed due to logwrap error"; in Check() 85 LOG(ERROR) << "Filesystem check failed (not a FAT filesystem)"; in Check() 94 LOG(ERROR) << "Failing check after too many rechecks"; in Check() 99 LOG(ERROR) << "Filesystem check failed (no filesystem)"; in Check() 104 LOG(ERROR) << "Filesystem check failed (unknown exit code " << rc << ")"; in Check() 134 LOG(ERROR) << source << " appears to be a read only filesystem - retrying mount RO"; in Mount() 147 PLOG(ERROR) << "Unable to create LOST.DIR"; in Mount() 171 LOG(ERROR) << "Filesystem format failed due to logwrap error"; in Format() 180 LOG(ERROR) << "Format failed (unknown exit code " << rc << ")"; in Format()
|