Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_avb.cpp150 LERROR << "Failed to create unique_ptr<FsManagerAvbVerifier>"; in Create()
181 LERROR << "Unknown hash algorithm: " << hash_alg.c_str(); in Create()
187 LERROR << "Unexpected digest size: " << digest.size() in Create()
193 LERROR << "Hash digest contains non-hexidecimal character: " << digest.c_str(); in Create()
202 LERROR << "No vbmeta images"; in VerifyVbmetaImages()
218 LERROR << "total vbmeta size mismatch: " << total_size << " (expected: " << vbmeta_size_ in VerifyVbmetaImages()
224 LERROR << "vbmeta digest mismatch"; in VerifyVbmetaImages()
250 LERROR << "Unknown androidboot.veritymode: " << verity_mode; in construct_verity_table()
327 LERROR << "Verity table size too large: " << verity_table.size() in load_verity_table()
363 LERROR << "Couldn't create verity device!"; in hashtree_dm_verity_setup()
[all …]
Dfs_mgr.cpp217 LERROR << "Failed trying to run " << E2FSCK_BIN; in check_fs()
239 LERROR << "Failed trying to run " << F2FS_FSCK_BIN; in check_fs()
317 LERROR << "Unable to " << (want_quota ? "enable" : "disable") << " quotas on " << blk_device in tune_quota()
336 LERROR << "Failed to run " TUNE2FS_BIN " to " << (want_quota ? "enable" : "disable") in tune_quota()
365 LERROR << "Unable to set the number of reserved blocks on " << blk_device in tune_reserved_size()
377 LERROR << "Failed to run " TUNE2FS_BIN " to set the number of reserved blocks on " in tune_reserved_size()
394 LERROR << "Unable to enable ext4 encryption on " << blk_device in tune_encrypt()
403 LERROR << "Failed to run " TUNE2FS_BIN " to enable " in tune_encrypt()
586 LERROR << __FUNCTION__ << "(): skipping fstab dup mountpoint=" in mount_with_alternatives()
596 LERROR << __FUNCTION__ << "(): skipping mount, invalid ext4, mountpoint=" in mount_with_alternatives()
[all …]
Dfs_mgr_format.cpp79 LERROR << "mke2fs returned " << rc; in format_ext4()
94 LERROR << "e2fsdroid returned " << rc; in format_ext4()
140 LERROR << __FUNCTION__ << ": Format " << fstab->blk_device in fs_mgr_do_format()
148 LERROR << "File system type '" << fstab->fs_type << "' is not supported"; in fs_mgr_do_format()
Dfs_mgr_verity.cpp94 LERROR << "Can't open " << path; in load_key()
99 LERROR << "Could not read key!"; in load_key()
108 LERROR << "Could not parse key!"; in load_key()
128 LERROR << "Couldn't load verity keys"; in verify_table()
135 LERROR << "Couldn't verify table"; in verify_table()
227 LERROR << "Error building verity table; insufficient buffer size?"; in format_verity_table()
246 LERROR << "Error building verity table; insufficient buffer size?"; in format_legacy_verity_table()
277 LERROR << "Failed to format verity parameters"; in load_verity_table()
530 LERROR << "Unsupported verity state version (" << s.version << ")"; in read_verity_state()
536 LERROR << "Unsupported verity mode (" << s.mode << ")"; in read_verity_state()
[all …]
Dfs_mgr_fstab.cpp145 LERROR << "Unknown " << type << " encryption mode: " << mode; in encryption_mode_to_flag()
316 LERROR << "Warning: voldmanaged= flag malformed"; in parse_flags()
369 LERROR << "Warning: unknown flag " << p; in parse_flags()
443 LERROR << "dt_fstab: Failed to find device for partition " << dp->d_name; in read_fstab_from_dt()
461 LERROR << "dt_fstab: Failed to find type for partition " << dp->d_name; in read_fstab_from_dt()
468 LERROR << "dt_fstab: Failed to find type for partition " << dp->d_name; in read_fstab_from_dt()
475 LERROR << "dt_fstab: Failed to find type for partition " << dp->d_name; in read_fstab_from_dt()
537 LERROR << "No entries found in fstab"; in fs_mgr_read_fstab_file()
570 LERROR << "Tried to process more entries than counted"; in fs_mgr_read_fstab_file()
575 LERROR << "Error parsing mount source"; in fs_mgr_read_fstab_file()
[all …]
Dfs_mgr_priv.h41 #define LERROR LOG(ERROR) << FS_MGR_TAG macro
Dfs_mgr_avb_ops.cpp140 LERROR << "by-name symlink not found for partition: '" << partition << "'"; in ReadFromPartition()