Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
Dimages.cpp55 LERROR << __PRETTY_FUNCTION__ << ": " << bytes << " is smaller than geometry header"; in ReadFromImageBlob()
110 LERROR << "Block size must be a multiple of the sector size, " << LP_SECTOR_SIZE; in ImageBuilder()
114 LERROR << "Device size must be a multiple of the block size, " << block_size; in ImageBuilder()
118 LERROR << "Metadata max size must be a multiple of the block size, " << block_size; in ImageBuilder()
122 LERROR << "Geometry size is not a multiple of the block size, " << block_size; in ImageBuilder()
126 LERROR << "Reserved size is not a multiple of the block size, " << block_size; in ImageBuilder()
134 LERROR << "Block device is too large to encode with libsparse."; in ImageBuilder()
141 LERROR << "Could not allocate sparse file of size " << block_device.size; in ImageBuilder()
159 LERROR << "Cannot export to a single image on retrofit builds."; in Export()
165 LERROR << "sparse_file_write failed (error code " << ret << ")"; in Export()
[all …]
Dreader.cpp77 LERROR << "Logical partition metadata has invalid geometry magic signature."; in ParseGeometry()
84 LERROR << "Logical partition metadata has unrecognized fields."; in ParseGeometry()
93 LERROR << "Logical partition metadata has invalid geometry checksum."; in ParseGeometry()
100 LERROR << "Logical partition metadata has invalid struct size."; in ParseGeometry()
104 LERROR << "Logical partition metadata has invalid slot count."; in ParseGeometry()
108 LERROR << "Metadata max size is not sector-aligned."; in ParseGeometry()
171 LERROR << "Logical partition metadata has invalid checksum."; in ValidateMetadataHeader()
178 LERROR << "Logical partition metadata has invalid magic value."; in ValidateMetadataHeader()
184 LERROR << "Logical partition metadata has incompatible version."; in ValidateMetadataHeader()
191 LERROR << "Logical partition metadata has invalid table bounds."; in ValidateMetadataHeader()
[all …]
Dwriter.cpp93 LERROR << "Logical partition metadata is too large. " << blob->size() << " > " in ValidateAndSerializeMetadata()
106 LERROR << "Logical partition metadata does not have a super block device."; in ValidateAndSerializeMetadata()
111 LERROR << "Not enough space to store all logical partition metadata slots."; in ValidateAndSerializeMetadata()
118 LERROR << "Block device " << partition_name << " requires a slot suffix," in ValidateAndSerializeMetadata()
126 LERROR << "Block device " << partition_name << " has invalid first sector " in ValidateAndSerializeMetadata()
136 LERROR << "Block device " << partition_name << " size mismatch (expected" in ValidateAndSerializeMetadata()
145 LERROR << "Partition references invalid extent."; in ValidateAndSerializeMetadata()
157 LERROR << "Extent table entry is out of bounds."; in ValidateAndSerializeMetadata()
169 LERROR << __PRETTY_FUNCTION__ << " could not locate super block device in metadata"; in ValidateMetadataRegion()
173 LERROR << __PRETTY_FUNCTION__ << " write of " << size << " bytes at " << start in ValidateMetadataRegion()
[all …]
Dbuilder.cpp40 LERROR << "Extent references unknown block device."; in AddTo()
193 LERROR << "Invalid block device for slot " << source_slot_suffix << ": " in NewForUpdate()
203 LERROR << "Partition name too long: " << new_name; in NewForUpdate()
273 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties()
278 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties()
283 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties()
288 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties()
293 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties()
298 LERROR << "Block device " << device_info.partition_name in VerifyDeviceProperties()
309 LERROR << "Invalid metadata maximum size."; in Init()
[all …]
Dpartition_opener.cpp79 LERROR << __PRETTY_FUNCTION__ << ": Not supported on this operating system."; in GetBlockDeviceInfo()
Dutility.h32 #define LERROR LOG(ERROR) << LP_TAG macro
Dutility.cpp116 LERROR << __PRETTY_FUNCTION__ << "slot '" << suffix in SlotNumberForSlotSuffix()
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp106 LERROR << "Failed to create unique_ptr<AvbVerifier>"; in Create()
113 LERROR << "Invalid hash size: " << value.c_str(); in Create()
128 LERROR << "Unknown hash algorithm: " << hash_alg.c_str(); in Create()
136 LERROR << "Unexpected digest size: " << digest.size() in Create()
142 LERROR << "Hash digest contains non-hexidecimal character: " << digest.c_str(); in Create()
151 LERROR << "No vbmeta images"; in VerifyVbmetaImages()
167 LERROR << "total vbmeta size mismatch: " << total_size << " (expected: " << vbmeta_size_ in VerifyVbmetaImages()
173 LERROR << "vbmeta digest mismatch"; in VerifyVbmetaImages()
190 LERROR << "Failed to allocate AvbHandle"; in LoadAndVerifyVbmeta()
197 LERROR << "Expected public key path doesn't exist: " << expected_public_key_path; in LoadAndVerifyVbmeta()
[all …]
Davb_util.cpp69 LERROR << "Unknown androidboot.veritymode: " << verity_mode; in ConstructVerityTable()
102 LERROR << "Failed to construct verity table."; in HashtreeDmVeritySetup()
111 LERROR << "Couldn't create verity device!"; in HashtreeDmVeritySetup()
117 LERROR << "Couldn't get verity device path!"; in HashtreeDmVeritySetup()
179 LERROR << "Hashtree descriptor not found: " << partition_name; in GetHashtreeDescriptor()
203 LERROR << "partition name is empty, cannot lookup AVB descriptors"; in LoadAvbHashtreeToEnableVerity()
364 LERROR << vbmeta.partition() in VerifyVBMetaSignature()
369 LERROR << vbmeta.partition() << ": Error verifying vbmeta image: public key used to" in VerifyVBMetaSignature()
377 LERROR << vbmeta.partition() << ": Error verifying vbmeta image: " in VerifyVBMetaSignature()
382 LERROR << vbmeta.partition() << ": Error verifying vbmeta image: invalid vbmeta header"; in VerifyVBMetaSignature()
[all …]
Dutil.h33 #define LERROR LOG(ERROR) << FS_AVB_TAG macro
Dfs_avb_util.cpp55 LERROR << "Failed to resolve logical device path for: " << fstab_entry.blk_device; in LoadAndVerifyVbmeta()
Davb_ops.cpp162 LERROR << "Failed to resolve logical device path for: " << fstab_entry->blk_device; in GetLogicalPath()
178 LERROR << "Device path not found: " << path; in ReadFromPartition()
/system/core/fs_mgr/
Dfs_mgr_roots.cpp63 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()
Dfs_mgr.cpp257 LERROR << "Failed trying to run " << E2FSCK_BIN; in check_fs()
275 LERROR << "Failed trying to run " << F2FS_FSCK_BIN; in check_fs()
365 LERROR << "Unable to " << (want_quota ? "enable" : "disable") << " quotas on " << blk_device in tune_quota()
384 LERROR << "Failed to run " TUNE2FS_BIN " to " << (want_quota ? "enable" : "disable") in tune_quota()
413 LERROR << "Unable to set the number of reserved blocks on " << blk_device in tune_reserved_size()
426 LERROR << "Failed to run " TUNE2FS_BIN " to set the number of reserved blocks on " in tune_reserved_size()
443 LERROR << "Unable to enable ext4 encryption on " << blk_device in tune_encrypt()
452 LERROR << "Failed to run " TUNE2FS_BIN " to enable " in tune_encrypt()
470 LERROR << "Failed to open " << SYSFS_EXT4_VERITY; in tune_verity()
475 LERROR << "Current ext4 verity not supported by kernel"; in tune_verity()
[all …]
Dfs_mgr_format.cpp82 LERROR << "mke2fs returned " << rc; in format_ext4()
92 LERROR << "e2fsdroid returned " << rc; in format_ext4()
127 LERROR << __FUNCTION__ << ": Format " << entry.blk_device << " as '" << entry.fs_type << "'"; in fs_mgr_do_format()
134 LERROR << "File system type '" << entry.fs_type << "' is not supported"; in fs_mgr_do_format()
Dfs_mgr_verity.cpp98 LERROR << "Can't open " << path; in load_key()
103 LERROR << "Could not read key!"; in load_key()
109 LERROR << "Could not parse key!"; in load_key()
129 LERROR << "Couldn't load verity keys"; in verify_table()
136 LERROR << "Couldn't verify table"; in verify_table()
228 LERROR << "Error building verity table; insufficient buffer size?"; in format_verity_table()
247 LERROR << "Error building verity table; insufficient buffer size?"; in format_legacy_verity_table()
262 LERROR << "Failed to format verity parameters"; in load_verity_table()
268 LERROR << "Failed to add verity target"; in load_verity_table()
272 LERROR << "Failed to create verity device \"" << name << "\""; in load_verity_table()
[all …]
Dfs_mgr_fstab.cpp394 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()
490 LERROR << "Error parsing mount source"; in ReadFstabFile()
496 LERROR << "Error parsing mount_point"; in ReadFstabFile()
502 LERROR << "Error parsing fs_type"; in ReadFstabFile()
508 LERROR << "Error parsing mount_flags"; in ReadFstabFile()
518 LERROR << "Error parsing fs_mgr_options"; in ReadFstabFile()
532 LERROR << "No entries found in fstab"; in ReadFstabFile()
[all …]
Dfs_mgr_dm_linear.cpp133 LERROR << "Timed out waiting for device path: " << *path; in CreateLogicalPartition()
164 LERROR << "Could not create logical partition: " << GetPartitionName(partition); in CreateLogicalPartitions()
180 LERROR << "Could not find any partition with name: " << partition_name; in CreateLogicalPartition()
206 LERROR << "Timed out waiting for device path to unlink: " << path; in UnmapDevice()
Dfs_mgr_priv.h41 #define LERROR LOG(ERROR) << FS_MGR_TAG macro
Dfs_mgr_overlayfs.cpp449 LERROR << "delete partition " << overlay; in fs_mgr_overlayfs_teardown_scratch()
642 LERROR << mnt_type << " has no mkfs cookbook"; in fs_mgr_overlayfs_make_scratch()
649 LERROR << "make " << mnt_type << " filesystem on " << scratch_device << " return=" << ret; in fs_mgr_overlayfs_make_scratch()
670 LERROR << "open " << super_device << " metadata"; in fs_mgr_overlayfs_create_scratch()
680 LERROR << "create " << partition_name; in fs_mgr_overlayfs_create_scratch()
708 LERROR << "resize " << partition_name; in fs_mgr_overlayfs_create_scratch()
721 LERROR << "add partition " << partition_name; in fs_mgr_overlayfs_create_scratch()
Dfs_mgr_vendor_overlay.cpp84 LERROR << " failed: source and target contexts do not match (source:" << source_context in fs_mgr_vendor_overlay_mount()