Home
last modified time | relevance | path

Searched refs:LERROR (Results 1 – 22 of 22) sorted by relevance

/aosp14/system/core/fs_mgr/liblp/
H A Dimages.cpp168 LERROR << "Block device is too large to encode with libsparse."; in ImageBuilder()
193 LERROR << "Cannot export to a single image on retrofit builds."; in Export()
199 LERROR << "sparse_file_write failed (error code " << ret << ")"; in Export()
338 LERROR << "Could not compute image size"; in AddPartitionImage()
343 LERROR << "Image for partition '" << GetPartitionName(partition) in AddPartitionImage()
374 LERROR << "image is larger than extent table"; in AddPartitionImage()
395 LERROR << "sparse_file_add_fd failed with code: " << rv; in AddPartitionImage()
434 LERROR << "Extents must all be type linear."; in CheckExtentOrdering()
438 LERROR << "Extents must appear in increasing order."; in CheckExtentOrdering()
442 LERROR << "Extents must be aligned to the block size."; in CheckExtentOrdering()
[all …]
H A Dreader.cpp88 LERROR << "Logical partition metadata has unrecognized fields."; in ParseGeometry()
104 LERROR << "Logical partition metadata has invalid struct size."; in ParseGeometry()
108 LERROR << "Logical partition metadata has invalid slot count."; in ParseGeometry()
112 LERROR << "Metadata max size is not sector-aligned."; in ParseGeometry()
194 LERROR << "Invalid partition metadata header struct size."; in ReadMetadataHeader()
260 LERROR << "Invalid partition metadata header table size."; in ParseMetadata()
268 LERROR << "Out of memory reading logical partition tables."; in ParseMetadata()
297 LERROR << "Logical partition has invalid attribute set."; in ParseMetadata()
305 LERROR << "Logical partition has invalid extent list."; in ParseMetadata()
309 LERROR << "Logical partition has invalid group index."; in ParseMetadata()
[all …]
H A Dbuilder.cpp52 LERROR << "Extent references unknown block device."; in AddTo()
291 LERROR << "Partition name too long: " << new_name; in UpdateMetadataForOtherSuper()
362 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties()
393 LERROR << "Invalid metadata maximum size."; in Init()
397 LERROR << "Invalid metadata slot count."; in Init()
401 LERROR << "No block devices were specified."; in Init()
469 LERROR << "No super partition was specified."; in Init()
518 LERROR << "Group already exists: " << group_name; in AddGroup()
532 LERROR << "Partition must have a non-empty name."; in AddPartition()
1021 LERROR << "No device named " << partition_name; in GetBlockDeviceInfo()
[all …]
H A Dwriter.cpp95 LERROR << "Logical partition metadata is too large. " << blob->size() << " > "
108 LERROR << "Logical partition metadata does not have a super block device.";
113 LERROR << "Not enough space to store all logical partition metadata slots.";
142 LERROR << "Block device " << partition_name << " size mismatch (expected"
152 LERROR << "Partition references invalid extent.";
164 LERROR << "Extent table entry is out of bounds.";
228 LERROR << "Invalid logical partition metadata slot number."; in WriteMetadata()
351 LERROR << "Incompatible geometry in new logical partition metadata"; in UpdatePartitionTable()
357 LERROR << "Invalid logical partition metadata slot number."; in UpdatePartitionTable()
375 LERROR << "Error writing primary metadata to repair corrupted backup"; in UpdatePartitionTable()
[all …]
H A Dutility.cpp122 LERROR << __PRETTY_FUNCTION__ << "slot '" << suffix in SlotNumberForSlotSuffix()
242 LERROR << "Group name too long: " << new_name; in UpdateMetadataForInPlaceSnapshot()
261 LERROR << "Partition name too long: " << new_name; in UpdateMetadataForInPlaceSnapshot()
H A Dpartition_opener.cpp104 LERROR << __PRETTY_FUNCTION__ << ": Not supported on this operating system."; in GetBlockDeviceInfo()
H A Dutility.h36 #define LERROR LOG(ERROR) << LP_TAG macro
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp109 LERROR << "Failed to create unique_ptr<AvbVerifier>"; in Create()
116 LERROR << "Invalid hash size: " << value.c_str(); in Create()
139 LERROR << "Unexpected digest size: " << digest.size() in Create()
154 LERROR << "No vbmeta images"; in VerifyVbmetaImages()
176 LERROR << "vbmeta digest mismatch"; in VerifyVbmetaImages()
193 LERROR << "Failed to allocate AvbHandle"; in LoadAndVerifyVbmeta()
262 LERROR << "Invalid hash algorithm"; in LoadAndVerifyVbmeta()
311 LERROR << "Failed to allocate AvbHandle"; in LoadAndVerifyVbmeta()
361 LERROR << "Unknown public key is not allowed"; in LoadAndVerifyVbmeta()
393 LERROR << "Failed to allocate AvbHandle"; in Open()
[all …]
H A Davb_util.cpp58 LERROR << "Unknown androidboot.veritymode: " << verity_mode; in ConstructVerityTable()
95 LERROR << "Failed to construct verity table."; in HashtreeDmVeritySetup()
107 LERROR << "Couldn't create verity device!"; in HashtreeDmVeritySetup()
163 LERROR << "Hashtree descriptor not found: " << partition_name; in GetHashtreeDescriptor()
187 LERROR << "partition name is empty, cannot lookup AVB descriptors"; in LoadAvbHashtreeToEnableVerity()
348 LERROR << vbmeta.partition() in VerifyVBMetaSignature()
361 LERROR << vbmeta.partition() << ": Error verifying vbmeta image: " in VerifyVBMetaSignature()
370 LERROR << vbmeta.partition() in VerifyVBMetaSignature()
403 LERROR << "VbMeta size in footer exceeds kMaxVBMetaSize"; in VerifyVBMetaData()
460 LERROR << "Chain descriptor[" << i in GetChainPartitionInfo()
[all …]
H A Dfs_avb_util.cpp55 LERROR << "Failed to resolve logical device path for: " << fstab_entry.blk_device; in LoadAndVerifyVbmeta()
120 LERROR << "Hash descriptor not found: " << partition_name; in GetHashDescriptor()
H A Davb_ops.cpp162 LERROR << "Failed to resolve logical device path for: " << fstab_entry->blk_device; in GetLogicalPath()
173 LERROR << "Device path not found: " << path; in GetPartitionPath()
H A Dutil.h39 #define LERROR LOG(ERROR) << FS_AVB_TAG macro
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_roots.cpp72 LERROR << "Failed to scan mounted volumes"; in GetMountState()
93 LERROR << "Failed to find block device for partition"; in TryPathMount()
98 LERROR << "Failed to create logical partitions"; in TryPathMount()
103 LERROR << "Failed to find block device for partition"; in TryPathMount()
121 LERROR << "unknown fs_type \"" << rec->fs_type << "\" for " << mount_point; in TryPathMount()
145 LERROR << "unknown volume for path [" << path << "]"; in EnsurePathMounted()
153 LERROR << "Failed to mount for path [" << path << "]"; in EnsurePathMounted()
160 LERROR << "unknown volume for path [" << path << "]"; in EnsurePathUnmounted()
170 LERROR << "Failed to scan mounted volumes"; in EnsurePathUnmounted()
193 LERROR << "Failed to read default fstab"; in GetSystemRoot()
H A Dfs_mgr.cpp510 LERROR << "Failed to open " << SYSFS_EXT4_VERITY; in tune_verity()
947 LERROR << __FUNCTION__ in mount_with_alternatives()
1007 LERROR << "couldn't open /dev/block"; in TranslateExtLabels()
1228 LERROR << "Failed to add bow target"; in UpdateCheckpointPartition()
1524 LERROR << "Encryption failed"; in fs_mgr_mount_all()
1564 LERROR << "Encryption failed"; in fs_mgr_mount_all()
1773 LERROR << "Can't read /proc/mounts"; in fs_mgr_remount_userdata_into_checkpointing()
1778 LERROR << "/data is not mounted"; in fs_mgr_remount_userdata_into_checkpointing()
1788 LERROR << "Can't find /data in fstab"; in fs_mgr_remount_userdata_into_checkpointing()
1818 LERROR << "Failed to umount /data"; in fs_mgr_remount_userdata_into_checkpointing()
[all …]
H A Dfs_mgr_format.cpp103 LERROR << "mke2fs returned " << rc; in format_ext4()
113 LERROR << "e2fsdroid returned " << rc; in format_ext4()
163 LERROR << __FUNCTION__ << ": Format " << entry.blk_device << " as '" << entry.fs_type << "'"; in fs_mgr_do_format()
179 LERROR << "File system type '" << entry.fs_type << "' is not supported"; in fs_mgr_do_format()
H A Dfs_mgr_overlayfs.cpp554 LERROR << "delete partition " << overlay; in fs_mgr_overlayfs_teardown_scratch()
672 LERROR << "Error parsing mount ID"; in ReadMountinfoFromFile()
676 LERROR << "Error parsing parent ID"; in ReadMountinfoFromFile()
680 LERROR << "Error parsing mount source"; in ReadMountinfoFromFile()
684 LERROR << "Error parsing root"; in ReadMountinfoFromFile()
690 LERROR << "Error parsing mount_point"; in ReadMountinfoFromFile()
696 LERROR << "Error parsing mount_flags"; in ReadMountinfoFromFile()
705 LERROR << "Error parsing fields"; in ReadMountinfoFromFile()
991 LERROR << "open " << super_device << " metadata"; in CreateDynamicScratch()
1000 LERROR << "create " << partition_name; in CreateDynamicScratch()
[all …]
H A Dfs_mgr_fstab.cpp200 LERROR << "flag no longer supported: " << flag; in ParseFsMgrFlags()
330 LERROR << "FDE is no longer supported; 'encryptable' can only be used for adoptable " in ParseFsMgrFlags()
394 LERROR << "dt_fstab: Failed to find device for partition " << dp->d_name; in ReadFstabFromDt()
412 LERROR << "dt_fstab: Failed to find type for partition " << dp->d_name; in ReadFstabFromDt()
419 LERROR << "dt_fstab: Failed to find type for partition " << dp->d_name; in ReadFstabFromDt()
426 LERROR << "dt_fstab: Failed to find type for partition " << dp->d_name; in ReadFstabFromDt()
569 LERROR << "Error parsing fs_mgr_flags"; in ParseFstabFromString()
581 LERROR << "No entries found in fstab"; in ParseFstabFromString()
587 LERROR << "Error updating for slotselect"; in ParseFstabFromString()
711 LERROR << __FUNCTION__ << "(): failed to load fstab from : '" << path << "'"; in ReadFstabFromFile()
[all …]
H A Dfs_mgr_dm_linear.cpp173 LERROR << "Could not create logical partition: " << GetPartitionName(partition); in CreateLogicalPartitions()
216 LERROR << "Could not find any partition with name: " << partition_name; in InitDefaults()
222 LERROR << "Inconsistent partition_name " << partition_name << " with partition " in InitDefaults()
H A Dfs_mgr_priv.h41 #define LERROR LOG(ERROR) << FS_MGR_TAG macro
H A Dfs_mgr_vendor_overlay.cpp83 LERROR << " failed: source and target contexts do not match (source:" << source_context in fs_mgr_vendor_overlay_mount()
/aosp14/system/core/fs_mgr/libvbmeta/
H A Dutility.h25 #define LERROR LOG(ERROR) << VBMETA_TAG macro
H A Dbuilder.cpp200 LERROR << rv_build.error(); in WriteToSuperVBMetaFile()
206 LERROR << rv_export.error(); in WriteToSuperVBMetaFile()