/system/core/fs_mgr/liblp/ |
D | reader.cpp | 81 LERROR << "Logical partition metadata has invalid geometry magic signature."; in ParseGeometry() 88 LERROR << "Logical partition metadata has unrecognized fields."; in ParseGeometry() 97 LERROR << "Logical partition metadata has invalid geometry checksum."; 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() 179 LERROR << "Logical partition metadata has invalid magic value."; in ReadMetadataHeader() 184 LERROR << "Logical partition metadata has incompatible version."; in ReadMetadataHeader() 194 LERROR << "Invalid partition metadata header struct size."; in ReadMetadataHeader() 215 LERROR << "Logical partition metadata has invalid checksum."; in ReadMetadataHeader() [all …]
|
D | images.cpp | 89 LERROR << __PRETTY_FUNCTION__ << ": " << bytes << " is smaller than geometry header"; in ReadFromImageBlob() 144 LERROR << "Block size must be a multiple of the sector size, " << LP_SECTOR_SIZE; in ImageBuilder() 148 LERROR << "Device size must be a multiple of the block size, " << block_size; in ImageBuilder() 152 LERROR << "Metadata max size must be a multiple of the block size, " << block_size; in ImageBuilder() 156 LERROR << "Geometry size is not a multiple of the block size, " << block_size; in ImageBuilder() 160 LERROR << "Reserved size is not a multiple of the block size, " << block_size; in ImageBuilder() 168 LERROR << "Block device is too large to encode with libsparse."; in ImageBuilder() 175 LERROR << "Could not allocate sparse file of size " << block_device.size; 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() [all …]
|
D | builder.cpp | 52 LERROR << "Extent references unknown block device."; in AddTo() 281 LERROR << "Invalid block device for slot " << source_slot_suffix << ": " in UpdateMetadataForOtherSuper() 291 LERROR << "Partition name too long: " << new_name; in UpdateMetadataForOtherSuper() 362 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties() 367 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties() 372 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties() 377 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties() 382 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties() 387 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties() 398 LERROR << "Invalid metadata maximum size."; in Init() [all …]
|
D | writer.cpp | 95 LERROR << "Logical partition metadata is too large. " << blob->size() << " > " in ValidateAndSerializeMetadata() 108 LERROR << "Logical partition metadata does not have a super block device."; in ValidateAndSerializeMetadata() 113 LERROR << "Not enough space to store all logical partition metadata slots."; in ValidateAndSerializeMetadata() 120 LERROR << "Block device " << partition_name << " requires a slot suffix," in ValidateAndSerializeMetadata() 128 LERROR << "Block device " << partition_name << " has invalid first sector " in ValidateAndSerializeMetadata() 142 LERROR << "Block device " << partition_name << " size mismatch (expected" in ValidateAndSerializeMetadata() 152 LERROR << "Partition references invalid extent."; in ValidateAndSerializeMetadata() 164 LERROR << "Extent table entry is out of bounds."; in ValidateAndSerializeMetadata() 176 LERROR << __PRETTY_FUNCTION__ << " could not locate super block device in metadata"; in ValidateMetadataRegion() 180 LERROR << __PRETTY_FUNCTION__ << " write of " << size << " bytes at " << start in ValidateMetadataRegion() [all …]
|
D | utility.cpp | 122 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()
|
D | partition_opener.cpp | 100 LERROR << __PRETTY_FUNCTION__ << ": Not supported on this operating system."; in GetBlockDeviceInfo()
|
D | utility.h | 36 #define LERROR LOG(ERROR) << LP_TAG macro
|
/system/core/fs_mgr/libfs_avb/ |
D | fs_avb.cpp | 108 LERROR << "Failed to create unique_ptr<AvbVerifier>"; in Create() 115 LERROR << "Invalid hash size: " << value.c_str(); in Create() 130 LERROR << "Unknown hash algorithm: " << hash_alg.c_str(); in Create() 138 LERROR << "Unexpected digest size: " << digest.size() in Create() 144 LERROR << "Hash digest contains non-hexidecimal character: " << digest.c_str(); in Create() 153 LERROR << "No vbmeta images"; in VerifyVbmetaImages() 169 LERROR << "total vbmeta size mismatch: " << total_size << " (expected: " << vbmeta_size_ in VerifyVbmetaImages() 175 LERROR << "vbmeta digest mismatch"; in VerifyVbmetaImages() 192 LERROR << "Failed to allocate AvbHandle"; in LoadAndVerifyVbmeta() 199 LERROR << "Expected public key path doesn't exist: " << expected_public_key_path; in LoadAndVerifyVbmeta() [all …]
|
D | avb_util.cpp | 69 LERROR << "Unknown androidboot.veritymode: " << verity_mode; in ConstructVerityTable() 102 LERROR << "Failed to construct verity table."; in HashtreeDmVeritySetup() 115 LERROR << "Couldn't create verity device!"; in HashtreeDmVeritySetup() 170 LERROR << "Hash descriptor not found: " << partition_name; in GetHashDescriptor() 229 LERROR << "Hashtree descriptor not found: " << partition_name; in GetHashtreeDescriptor() 253 LERROR << "partition name is empty, cannot lookup AVB descriptors"; in LoadAvbHashtreeToEnableVerity() 414 LERROR << vbmeta.partition() in VerifyVBMetaSignature() 419 LERROR << vbmeta.partition() << ": Error verifying vbmeta image: public key used to" in VerifyVBMetaSignature() 427 LERROR << vbmeta.partition() << ": Error verifying vbmeta image: " in VerifyVBMetaSignature() 432 LERROR << vbmeta.partition() << ": Error verifying vbmeta image: invalid vbmeta header"; in VerifyVBMetaSignature() [all …]
|
D | avb_ops.cpp | 162 LERROR << "Failed to resolve logical device path for: " << fstab_entry->blk_device; in GetLogicalPath() 178 LERROR << "Device path not found: " << path; in ReadFromPartition()
|
D | util.h | 39 #define LERROR LOG(ERROR) << FS_AVB_TAG macro
|
D | fs_avb_util.cpp | 55 LERROR << "Failed to resolve logical device path for: " << fstab_entry.blk_device; in LoadAndVerifyVbmeta()
|
/system/core/fs_mgr/ |
D | fs_mgr_roots.cpp | 63 LERROR << "Failed to scan mounted volumes"; in GetMountState() 77 LERROR << "unknown volume for path [" << path << "]"; in EnsurePathMounted() 89 LERROR << "Failed to find block device for partition"; in EnsurePathMounted() 94 LERROR << "Failed to create logical partitions"; in EnsurePathMounted() 99 LERROR << "Failed to find block device for partition"; in EnsurePathMounted() 116 LERROR << "unknown fs_type \"" << rec->fs_type << "\" for " << mount_point; in EnsurePathMounted() 141 LERROR << "unknown volume for path [" << path << "]"; in EnsurePathUnmounted() 151 LERROR << "Failed to scan mounted volumes"; in EnsurePathUnmounted() 174 LERROR << "Failed to read default fstab"; in GetSystemRoot()
|
D | fs_mgr.cpp | 253 LERROR << "Failed trying to run " << E2FSCK_BIN; in check_fs() 279 LERROR << "Failed trying to run " << F2FS_FSCK_BIN; in check_fs() 395 LERROR << "Unable to " << (want_quota ? "enable" : "disable") << " quotas on " << blk_device in tune_quota() 418 LERROR << "Failed to run " TUNE2FS_BIN " to " << (want_quota ? "enable" : "disable") in tune_quota() 447 LERROR << "Unable to set the number of reserved blocks on " << blk_device in tune_reserved_size() 460 LERROR << "Failed to run " TUNE2FS_BIN " to set the number of reserved blocks on " in tune_reserved_size() 478 LERROR << "Unable to parse encryption options on " << blk_device << ": " in tune_encrypt() 494 LERROR << "Unable to enable ext4 encryption on " << blk_device in tune_encrypt() 505 LERROR << "Failed to run " TUNE2FS_BIN " to enable " in tune_encrypt() 523 LERROR << "Failed to open " << SYSFS_EXT4_VERITY; in tune_verity() [all …]
|
D | fs_mgr_verity.cpp | 99 LERROR << "Can't open " << path; in load_key() 104 LERROR << "Could not read key!"; in load_key() 110 LERROR << "Could not parse key!"; in load_key() 130 LERROR << "Couldn't load verity keys"; in verify_table() 137 LERROR << "Couldn't verify table"; in verify_table() 229 LERROR << "Error building verity table; insufficient buffer size?"; in format_verity_table() 248 LERROR << "Error building verity table; insufficient buffer size?"; in format_legacy_verity_table() 263 LERROR << "Failed to format verity parameters"; in load_verity_table() 269 LERROR << "Failed to add verity target"; in load_verity_table() 273 LERROR << "Failed to create verity device \"" << name << "\""; in load_verity_table() [all …]
|
D | fs_mgr_format.cpp | 107 LERROR << "mke2fs returned " << rc; in format_ext4() 117 LERROR << "e2fsdroid returned " << rc; in format_ext4() 163 LERROR << __FUNCTION__ << ": Format " << entry.blk_device << " as '" << entry.fs_type << "'"; in fs_mgr_do_format() 180 LERROR << "File system type '" << entry.fs_type << "' is not supported"; in fs_mgr_do_format()
|
D | fs_mgr_fstab.cpp | 360 LERROR << "dt_fstab: Failed to find device for partition " << dp->d_name; in ReadFstabFromDt() 378 LERROR << "dt_fstab: Failed to find type for partition " << dp->d_name; in ReadFstabFromDt() 385 LERROR << "dt_fstab: Failed to find type for partition " << dp->d_name; in ReadFstabFromDt() 392 LERROR << "dt_fstab: Failed to find type for partition " << dp->d_name; in ReadFstabFromDt() 457 LERROR << "Error parsing mount source"; in ReadFstabFile() 463 LERROR << "Error parsing mount_point"; in ReadFstabFile() 469 LERROR << "Error parsing fs_type"; in ReadFstabFile() 475 LERROR << "Error parsing mount_flags"; in ReadFstabFile() 485 LERROR << "Error parsing fs_mgr_options"; in ReadFstabFile() 499 LERROR << "No entries found in fstab"; in ReadFstabFile() [all …]
|
D | fs_mgr_overlayfs.cpp | 507 LERROR << "delete partition " << overlay; in fs_mgr_overlayfs_teardown_scratch() 624 LERROR << "Error parsing mount ID"; in ReadMountinfoFromFile() 628 LERROR << "Error parsing parent ID"; in ReadMountinfoFromFile() 632 LERROR << "Error parsing mount source"; in ReadMountinfoFromFile() 636 LERROR << "Error parsing root"; in ReadMountinfoFromFile() 642 LERROR << "Error parsing mount_point"; in ReadMountinfoFromFile() 648 LERROR << "Error parsing mount_flags"; in ReadMountinfoFromFile() 657 LERROR << "Error parsing fields"; in ReadMountinfoFromFile() 665 LERROR << __FUNCTION__ << "(): failed to load mountinfo from : '" << path << "'"; in ReadMountinfoFromFile() 917 LERROR << mnt_type << " has no mkfs cookbook"; in fs_mgr_overlayfs_make_scratch() [all …]
|
D | fs_mgr_dm_linear.cpp | 173 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()
|
D | fs_mgr_priv.h | 41 #define LERROR LOG(ERROR) << FS_MGR_TAG macro
|
D | fs_mgr_vendor_overlay.cpp | 84 LERROR << " failed: source and target contexts do not match (source:" << source_context in fs_mgr_vendor_overlay_mount()
|
/system/core/fs_mgr/libvbmeta/ |
D | utility.h | 25 #define LERROR LOG(ERROR) << VBMETA_TAG macro
|
D | builder.cpp | 200 LERROR << rv_build.error(); in WriteToSuperVBMetaFile() 206 LERROR << rv_export.error(); in WriteToSuperVBMetaFile()
|