/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_stub.cpp | 32 LOG(ERROR) << __FUNCTION__ << " should never be called."; in BeginUpdate() 37 LOG(ERROR) << __FUNCTION__ << " should never be called."; in CancelUpdate() 42 LOG(ERROR) << __FUNCTION__ << " should never be called."; in FinishedSnapshotWrites() 47 LOG(ERROR) << __FUNCTION__ << " should never be called."; in InitiateMerge() 53 LOG(ERROR) << __FUNCTION__ << " should never be called."; in ProcessUpdateState() 58 LOG(ERROR) << __FUNCTION__ << " should never be called."; in GetUpdateState() 63 LOG(ERROR) << __FUNCTION__ << " should never be called."; in CreateUpdateSnapshots() 68 LOG(ERROR) << __FUNCTION__ << " should never be called."; in MapUpdateSnapshot() 73 LOG(ERROR) << __FUNCTION__ << " should never be called."; in UnmapUpdateSnapshot() 100 return CreateResult::ERROR; in RecoveryCreateSnapshotDevices() [all …]
|
H A D | snapshot.cpp | 153 LOG(ERROR) << "Invalid snapshot driver"; in GetDmUserCowName() 374 LOG(ERROR) << "Snapshot " << status->name() in CreateSnapshot() 526 LOG(ERROR) << "InitDmUserCow failed"; in MapDmUserCow() 613 LOG(ERROR) << "Snapshot: " << name in MapSnapshot() 753 LOG(ERROR) << "Could not list snapshots"; in InitiateMerge() 1600 LOG(ERROR) << "Snapshot " << name in CollapseSnapshotDevice() 2813 PLOG(ERROR) << "Open failed: " << file; in OpenFile() 3045 PLOG(ERROR) << "Open failed: " << path; in ReadSnapshotStatus() 3715 PLOG(ERROR) << "open failed: " << path; 4061 LOG(ERROR) << "Metadata not mounted."; in RecoveryCreateSnapshotDevices() [all …]
|
H A D | utility.cpp | 69 LOG(ERROR) << "Failed to auto unmap device " << name_; in ~AutoUnmapDevice() 76 LOG(ERROR) << "Failed to auto unmap cow image " << name_; in ~AutoUnmapImage() 119 PLOG(ERROR) << "Can't open COW device: " << device; in InitializeKernelCow() 134 LOG(ERROR) << "Cannot read default fstab"; in New() 144 LOG(ERROR) << "Cannot mount " << path; in New() 153 LOG(ERROR) << "Cannot unmount " << name_; in ~AutoUnmountDevice() 160 PLOG(ERROR) << "Failed to open " << dirname; in FsyncDirectory() 168 PLOG(ERROR) << "Failed to fsync " << dirname; in FsyncDirectory() 181 PLOG(ERROR) << "Failed to open " << path; in WriteStringToFileAtomic() 185 PLOG(ERROR) << "Failed to write to fd " << fd; in WriteStringToFileAtomic() [all …]
|
/aosp14/system/core/trusty/apploader/ |
H A D | apploader.cpp | 99 PLOG(ERROR) << "Error opening file " << file_name; in read_file() 118 LOG(ERROR) << "Failed to page-align file size"; in read_file() 185 PLOG(ERROR) << "Failed to read response"; in read_response() 190 LOG(ERROR) << "Not enough data in response: " << rc; in read_response() 203 LOG(ERROR) << "Error: unknown command"; in read_response() 206 LOG(ERROR) << "Error: invalid command arguments"; in read_response() 209 LOG(ERROR) << "Error: out of Trusty memory"; in read_response() 215 LOG(ERROR) << "Error: failed to load the package"; in read_response() 218 LOG(ERROR) << "Error: application already exists"; in read_response() 221 LOG(ERROR) << "Error: internal apploader error"; in read_response() [all …]
|
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/ |
H A D | snapuserd_client.cpp | 50 LOG(ERROR) << "Timed out waiting for snapuserd to start."; in EnsureSnapuserdStarted() 55 LOG(ERROR) << "Timed out waiting for snapuserd to be ready."; in EnsureSnapuserdStarted() 76 PLOG(ERROR) << "connect failed: " << socket_name; in Connect() 122 LOG(ERROR) << "Snapuserd is terminating"; in ValidateConnection() 127 LOG(ERROR) << "Received failure querying daemon"; in ValidateConnection() 137 PLOG(ERROR) << "Send failed"; in Sendmsg() 177 PLOG(ERROR) << "Snapuserd:client: recv failed"; in Receivemsg() 245 LOG(ERROR) << "Failed to parse input string to sectors"; in InitDmUserCow() 253 LOG(ERROR) << "Failed to detach snapuserd."; in DetachSnapuserd() 307 LOG(ERROR) << "Timed out waiting for daemon indicator path: " in IsTransitionedDaemonReady() [all …]
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer.cpp | 103 PLOG(ERROR) << "Could not read file: " << dm_name_file; in DeviceMapperStackPop() 137 PLOG(ERROR) << "Failed to open: " << dm_leaf_dir; in DeviceMapperStackPop() 174 PLOG(ERROR) << "Failed to get stat for: " << file_path; in GetBlockDeviceForFile() 282 PLOG(ERROR) << "Failed to lseek " << file_path; in FallocateFallback() 291 PLOG(ERROR) << "Write failed: " << file_path; in FallocateFallback() 489 PLOG(ERROR) << "open: " << file_path; in HasPinnedExtents() 495 PLOG(ERROR) << "fstatfs64: " << file_path; in HasPinnedExtents() 569 LOG(ERROR) << "Failed to allocate memory for fiemap"; in ReadFiemap() 591 PLOG(ERROR) << "Failed to stat " << file_path; in ReadFibmap() 671 PLOG(ERROR) << "Invalid file path: " << file_path; in Open() [all …]
|
H A D | image_manager.cpp | 260 PLOG(ERROR) << "write failed: " << device->path(); in ZeroFillNewImage() 338 PLOG(ERROR) << "Could not open file: " << file; in CreateLoopDevice() 342 LOG(ERROR) << "Could not create loop device for: " << file; in CreateLoopDevice() 404 PLOG(ERROR) << "Open failed: " << block_device; in MapWithLoopDeviceList() 436 PLOG(ERROR) << "Write failed: " << status_file; in MapWithLoopDeviceList() 447 PLOG(ERROR) << "Open failed: " << device; in OptimizeLoopDevices() 465 LOG(ERROR) << "Could not get image file list"; in MapWithLoopDevice() 507 PLOG(ERROR) << "Write failed: " << status_file; in MapWithLoopDevice() 599 PLOG(ERROR) << "Read failed: " << status_file; in UnmapImageDevice() 607 LOG(ERROR) << "Unknown status line"; in UnmapImageDevice() [all …]
|
H A D | metadata.cpp | 45 PLOG(ERROR) << "Access " << metadata_file << " failed:"; in MetadataExists() 56 LOG(ERROR) << "Could not read metadata file " << metadata_file; in OpenMetadata() 71 PLOG(ERROR) << "Access " << metadata_file << " failed:"; in OpenOrCreateMetadata() 79 LOG(ERROR) << "Could not read partition: " << data_device; in OpenOrCreateMetadata() 95 LOG(ERROR) << "Could not create metadata builder"; in OpenOrCreateMetadata() 104 LOG(ERROR) << "Unable to export new metadata"; in SaveMetadata() 116 LOG(ERROR) << "open failed: " << metadata_file; in SaveMetadata() 121 LOG(ERROR) << "Unable to save new metadata"; in SaveMetadata() 132 LOG(ERROR) << "Could not remove metadata file: " << err; in RemoveAllMetadata() 145 LOG(ERROR) << "Extent is not sector-aligned: " << extent.fe_length; in FillPartitionExtents() [all …]
|
/aosp14/system/core/trusty/confirmationui/ |
H A D | TrustyApp.h | 63 ERROR = -1, enumerator 90 LOG(ERROR) << "TrustyApp not connected"; in issueCmd() 91 return {TrustyAppError::ERROR, {}}; in issueCmd() 105 if (rc < 0) return {TrustyAppError::ERROR, {}}; in issueCmd() 110 LOG(ERROR) << "send command failed: message parsing"; in issueCmd() 111 return {TrustyAppError::ERROR, {}}; in issueCmd() 122 LOG(ERROR) << "TrustyApp not connected"; in issueCmd() 123 return TrustyAppError::ERROR; in issueCmd() 139 return TrustyAppError::ERROR; in issueCmd() 143 LOG(ERROR) << "Unexpected non zero length response"; in issueCmd() [all …]
|
H A D | TrustyApp.cpp | 42 LOG(ERROR) << AT << "request message too long to fit in shared memory"; in TrustyRpc() 67 LOG(ERROR) << AT << "failed to send MSG request"; in TrustyRpc() 73 LOG(ERROR) << AT << "failed to receive MSG response"; in TrustyRpc() 78 LOG(ERROR) << AT << "unknown response command: " << hdr.cmd; in TrustyRpc() 84 LOG(ERROR) << AT << "response message too long to fit in return buffer"; in TrustyRpc() 97 LOG(ERROR) << AT << "failed to connect to Trusty TA \"" << appname << "\" using dev:" in TrustyApp() 106 LOG(ERROR) << AT << "failed to allocate shared memory buffer"; in TrustyApp() 133 LOG(ERROR) << AT << "failed to send INIT request"; in TrustyApp() 139 LOG(ERROR) << AT << "failed to receive INIT response"; in TrustyApp() 144 LOG(ERROR) << AT << "unknown response command: " << hdr.cmd; in TrustyApp() [all …]
|
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | snapuserd_merge.cpp | 110 SNAP_LOG(ERROR) << "Merge ZeroOp failed."; in MergeReplaceZeroOps() 124 SNAP_LOG(ERROR) in MergeReplaceZeroOps() 151 SNAP_LOG(ERROR) in MergeReplaceZeroOps() 276 SNAP_PLOG(ERROR) in MergeOrderedOpsAsync() 330 SNAP_LOG(ERROR) << " Failed to fsync merged data"; in MergeOrderedOpsAsync() 414 SNAP_LOG(ERROR) << " Failed to fsync merged data"; in MergeOrderedOps() 460 SNAP_LOG(ERROR) << "Merge failed for ordered ops"; in SyncMerge() 496 SNAP_LOG(ERROR) << "Merge failed for ordered ops"; in Merge() 504 SNAP_LOG(ERROR) << "Merge failed for replace/zero ops"; in Merge() 542 SNAP_LOG(ERROR) << "Merge terminated early..."; in RunMergeThread() [all …]
|
H A D | snapuserd_server.cpp | 111 PLOG(ERROR) << "Snapuserd:server: send() failed"; in Sendmsg() 126 PLOG(ERROR) << "recv failed"; in Recv() 379 PLOG(ERROR) << "listen socket failed"; in StartWithSocket() 404 PLOG(ERROR) << "poll failed"; in Run() 458 PLOG(ERROR) << "accept4 failed"; in AcceptClient() 513 LOG(ERROR) << "Failed to initialize Snapuserd"; in AddHandler() 518 LOG(ERROR) << "Failed to initialize workers"; in AddHandler() 536 LOG(ERROR) << "Handler already attached"; in StartHandler() 692 LOG(ERROR) in WaitForSocket() 707 LOG(ERROR) in WaitForSocket() [all …]
|
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/ |
H A D | snapuserd_worker.cpp | 49 SNAP_PLOG(ERROR) << "Open Failed: " << backing_store_device_; in InitializeFds() 55 SNAP_PLOG(ERROR) << "Open Failed: " << cow_device_; in InitializeFds() 61 SNAP_PLOG(ERROR) << "Unable to open " << control_device_; in InitializeFds() 159 SNAP_LOG(ERROR) << "ProcessZeroOp: Failed to get payload buffer"; in ProcessZeroOp() 169 SNAP_LOG(ERROR) << "ProcessCowOp: Invalid cow_op"; in ProcessCowOp() 332 SNAP_LOG(ERROR) << "Invalid IO request at sector " << sector in ReadData() 503 SNAP_LOG(ERROR) in GetNumberOfMergedOps() 586 SNAP_LOG(ERROR) << "CommitMerge failed..."; in ProcessMergeComplete() 600 SNAP_PLOG(ERROR) << "Control-read failed"; in ReadDmUserHeader() 628 SNAP_PLOG(ERROR) << "ReadDmUserPayload failed size: " << size; in ReadDmUserPayload() [all …]
|
H A D | snapuserd_server.cpp | 99 PLOG(ERROR) << "Snapuserd:server: send() failed"; in Sendmsg() 114 PLOG(ERROR) << "recv failed"; in Recv() 289 PLOG(ERROR) << "listen socket failed"; in StartWithSocket() 314 PLOG(ERROR) << "poll failed"; in Run() 365 PLOG(ERROR) << "accept4 failed"; in AcceptClient() 400 LOG(ERROR) << "Failed to initialize Snapuserd"; in AddHandler() 405 LOG(ERROR) << "Failed to initialize workers"; in AddHandler() 423 LOG(ERROR) << "Handler already attached"; in StartHandler() 472 LOG(ERROR) in WaitForSocket() 482 LOG(ERROR) in WaitForSocket() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | ColorDisplayShellCommand.java | 35 private static final int ERROR = -1; field in ColorDisplayShellCommand 61 if (level == ERROR) { in setSaturation() 62 return ERROR; in setSaturation() 70 if (level == ERROR) { in setLayerSaturation() 71 return ERROR; in setLayerSaturation() 76 return ERROR; in setLayerSaturation() 81 return ERROR; in setLayerSaturation() 98 return ERROR; in getLevel() 105 return ERROR; in getLevel() 110 return ERROR; in getLevel()
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | loop_control.cpp | 38 PLOG(ERROR) << "Failed to open loop-control"; in LoopControl() 47 LOG(ERROR) << "Failed to attach, no free loop devices"; in Attach() 61 PLOG(ERROR) << "Failed to open: " << *loopdev; in Attach() 69 PLOG(ERROR) << "Failed LOOP_SET_FD"; in Attach() 75 LOG(ERROR) << "Timed out trying to acquire a loop device"; in Attach() 83 LOG(ERROR) << "Must provide a loop device"; in Detach() 89 PLOG(ERROR) << "Failed to open: " << loopdev; in Detach() 104 PLOG(ERROR) << "Failed to get free loop device"; in FindFreeLoopDevice() 126 PLOG(ERROR) << "Could not set loop device block size"; in EnableDirectIo() 130 PLOG(ERROR) << "Could not set loop direct IO"; in EnableDirectIo() [all …]
|
/aosp14/system/core/libsuspend/ |
H A D | autosuspend_wakeup_count.cpp | 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() 182 PLOG(ERROR) << "error changing semaphore"; in autosuspend_wakeup_count_enable() [all …]
|
/aosp14/system/core/init/ |
H A D | fscrypt_init_extensions.cpp | 52 PLOG(ERROR) << "Failed to create keyring"; in FscryptInstallKeyring() 66 PLOG(ERROR) << "fts_read"; in delete_dir_contents() 77 PLOG(ERROR) << "rmdir " << cur->fts_path; in delete_dir_contents() 81 PLOG(ERROR) << "FTS unexpected type " << cur->fts_info << " at " << cur->fts_path; in delete_dir_contents() 89 PLOG(ERROR) << "unlink " << cur->fts_path; in delete_dir_contents() 96 PLOG(ERROR) << "fts_close"; in delete_dir_contents() 105 LOG(ERROR) << "Unable to read system policy with name " << ref_filename; in LookupPolicy() 112 LOG(ERROR) << "Cannot read encryption options string"; in LookupPolicy() 116 LOG(ERROR) << "Invalid encryption options string: " << options_string; in LookupPolicy() 126 LOG(ERROR) << "Setting " << ref_hex << " policy on " << dir << " failed!"; in EnsurePolicyOrLog() [all …]
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_remount.cpp | 125 LOG(ERROR) << "Failed to reboot"; in reboot() 208 LOG(ERROR) << "Failed to read /proc/mounts"; in FindPartition() 250 LOG(ERROR) << "Unknown partition " << arg; in GetRemountList() 265 LOG(ERROR) << "Invalid partition " << arg; in GetRemountList() 416 LOG(ERROR) << "Error getting AVB ops"; in SetVerityState() 420 LOG(ERROR) << "Error setting verity state"; in SetVerityState() 449 LOG(ERROR) << "Could not read fstab."; in SetupOrTeardownOverlayfs() 453 LOG(ERROR) << "Overlayfs setup failed."; in SetupOrTeardownOverlayfs() 529 PLOG(ERROR) << "Failed to read /proc/mounts"; in do_remount() 668 PLOG(ERROR) << "Failed to read fstab"; in main() [all …]
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | LoadedArsc.cpp | 31 #ifdef ERROR 32 #undef ERROR 78 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has invalid ID 0."; in VerifyResTableType() 131 LOG(ERROR) << "Entry at offset " << entry_offset in VerifyResTableEntry() 461 LOG(ERROR) << "RES_TABLE_PACKAGE_TYPE too small."; in Load() 596 LOG(ERROR) << StringPrintf( in Load() 629 LOG(ERROR) << StringPrintf( in Load() 775 LOG(ERROR) << iter.GetLastError(); in Load() 795 LOG(ERROR) << "RES_TABLE_TYPE too small."; in LoadTable() 849 LOG(ERROR) << iter.GetLastError(); in LoadTable() [all …]
|
/aosp14/system/core/libprocessgroup/setup/ |
H A D | cgroup_map_write.cpp | 68 PLOG(ERROR) << "Unable to decode UID for '" << uid << "'"; in ChangeDirModeAndOwner() 88 PLOG(ERROR) << "opendir failed for " << path; in ChangeDirModeAndOwner() 101 PLOG(ERROR) << "lchown() failed for " << file_path; in ChangeDirModeAndOwner() 107 PLOG(ERROR) << "fchmodat() failed for " << path; in ChangeDirModeAndOwner() 128 PLOG(ERROR) << "mkdir() failed for " << path; in Mkdir() 280 PLOG(ERROR) << "Failed to mount cgroup v2"; in MountV2CgroupController() 384 PLOG(ERROR) << "open() failed for " << CGROUPS_RC_PATH; in WriteRcFile() 393 PLOG(ERROR) << "write() failed for " << CGROUPS_RC_PATH; in WriteRcFile() 401 PLOG(ERROR) << "write() failed for " << CGROUPS_RC_PATH; in WriteRcFile() 446 LOG(ERROR) << "Failed to load cgroup description file"; in CgroupSetup() [all …]
|
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | cow_decompress.cpp | 40 LOG(ERROR) << "Could not acquire buffer from sink"; in Decompress() 53 LOG(ERROR) << "Stream ended prematurely"; in Decompress() 57 LOG(ERROR) << "Could not return buffer to sink"; in Decompress() 107 LOG(ERROR) << "Stream ended prematurely"; in Decompress() 117 LOG(ERROR) << "Decompressor terminated early"; in Decompress() 122 LOG(ERROR) << "Decompressor expected more bytes"; in Decompress() 133 LOG(ERROR) << "Could not acquire buffer from sink"; in GetFreshBuffer() 154 LOG(ERROR) << "inflateInit returned error code " << rv; in Init() 190 LOG(ERROR) << "Could not return buffer to sink"; in DecompressInput() 198 LOG(ERROR) << "Gz stream ended prematurely"; in DecompressInput() [all …]
|
H A D | cow_reader.cpp | 78 PLOG(ERROR) << "lseek end failed"; in InitForMerge() 84 PLOG(ERROR) << "lseek header failed"; in InitForMerge() 88 PLOG(ERROR) << "read header failed"; in InitForMerge() 105 PLOG(ERROR) << "lseek end failed"; in Parse() 111 PLOG(ERROR) << "lseek header failed"; in Parse() 115 PLOG(ERROR) << "read header failed"; in Parse() 175 PLOG(ERROR) << "lseek ops failed"; in ParseOps() 181 PLOG(ERROR) << "lseek ops failed"; in ParseOps() 207 PLOG(ERROR) << "read op failed"; in ParseOps() 278 LOG(ERROR) << "No COW footer found"; in ParseOps() [all …]
|
H A D | inspect_cow.cpp | 33 if (severity == android::base::ERROR) { in MyLogger() 41 LOG(ERROR) << "Usage: inspect_cow [-sd] <COW_FILE>"; in usage() 42 LOG(ERROR) << "\t -s Run Silent"; in usage() 43 LOG(ERROR) << "\t -d Attempt to decompress"; in usage() 44 LOG(ERROR) << "\t -b Show data for failed decompress"; in usage() 45 LOG(ERROR) << "\t -l Show ops"; in usage() 47 LOG(ERROR) << "\t -n Show ops in merge order"; in usage() 49 LOG(ERROR) << "\t -o Shows sequence op block order"; in usage() 105 PLOG(ERROR) << "open failed: " << path; in Inspect() 111 LOG(ERROR) << "parse failed: " << path; in Inspect() [all …]
|
H A D | cow_writer.cpp | 154 LOG(ERROR) << "Compression failed"; in ~CowWriter() 230 PLOG(ERROR) << "fstat failed"; in SetFd() 348 PLOG(ERROR) << "lseek failed"; in OpenForWrite() 359 PLOG(ERROR) << "write failed"; in OpenForWrite() 373 LOG(ERROR) << "Header sync failed"; in OpenForWrite() 378 PLOG(ERROR) << "lseek failed"; in OpenForWrite() 414 PLOG(ERROR) << "lseek failed"; in OpenForAppend() 671 PLOG(ERROR) << "write footer failed"; in Finalize() 711 PLOG(ERROR) << "lseek failed"; in GetDataPos() 832 PLOG(ERROR) << "fsync failed"; in Sync() [all …]
|