Home
last modified time | relevance | path

Searched refs:LINFO (Results 1 – 16 of 16) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_vendor_overlay.cpp57 LINFO << "vendor overlay root: " << overlay_top; in fs_mgr_get_vendor_overlay_dirs()
73 LINFO << "vendor overlay mount on " << vendor_mount_point; in fs_mgr_vendor_overlay_mount()
98 LINFO << report << ret; in fs_mgr_vendor_overlay_mount()
116 LINFO << "vendor overlay: vndk version not defined"; in fs_mgr_vendor_overlay_mount_all()
123 LINFO << "vendor overlay: kernel does not support overlayfs"; in fs_mgr_vendor_overlay_mount_all()
Dfs_mgr.cpp178 LINFO << __FUNCTION__ << "(): unmount(" << mount_point << ") succeeded"; in umount_retry()
240 LINFO << "Not running " << E2FSCK_BIN << " on " << realpath(blk_device) in check_fs()
243 LINFO << "Running " << E2FSCK_BIN << " on " << realpath(blk_device); in check_fs()
258 LINFO << "e2fsck returned status 0x" << std::hex << status; in check_fs()
269 LINFO << "Not running " << F2FS_FSCK_BIN << " on " << realpath(blk_device) in check_fs()
273 LINFO << "Running " << F2FS_FSCK_BIN << " -f -c 10000 --debug-cache " in check_fs()
279 LINFO << "Running " << F2FS_FSCK_BIN << " -a -c 10000 --debug-cache " in check_fs()
289 LINFO << F2FS_FSCK_BIN << " returned status 0x" << std::hex << status; in check_fs()
333 LINFO << "Invalid ext4 superblock on '" << blk_device << "'"; in read_ext4_superblock()
339 LINFO << "superblock s_max_mnt_count:" << sb->s_max_mnt_count << "," << blk_device; in read_ext4_superblock()
[all …]
Dfs_mgr_dm_linear.cpp161 LINFO << "Skipping zero-length logical partition: " << GetPartitionName(partition); in CreateLogicalPartitions()
165 LINFO << "Skipping disabled partition: " << GetPartitionName(partition); in CreateLogicalPartitions()
247 LINFO << "Created logical partition " << params.device_name << " on device " << *path; in CreateLogicalPartition()
274 LINFO << "Unmapped logical partition " << name; in DestroyLogicalPartition()
Dfs_mgr_priv.h31 #define LINFO LOG(INFO) << FS_MGR_TAG macro
Dfs_mgr_overlayfs_mount.cpp323 LINFO << report << ret; in fs_mgr_overlayfs_mount()
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp275 LINFO << "Returning avb_handle with status: " << avb_handle->status_; in LoadAndVerifyVbmeta()
283 LINFO << "Enforcing AVB verification when the device is unlocked"; in IsAvbPermissive()
427 LINFO << "AVB verification disabled on: " << fstab_entry.mount_point; in LoadAndVerifyVbmeta()
431 LINFO << "Returning avb_handle for '" << fstab_entry.mount_point in LoadAndVerifyVbmeta()
534 LINFO << "Returning avb_handle with status: " << avb_handle->status_; in Open()
555 LINFO << "AVB HASHTREE disabled on: " << fstab_entry->mount_point; in SetUpAvbHashtree()
Dutil.h37 #define LINFO LOG(INFO) << FS_AVB_TAG macro
Davb_util.cpp86 LINFO << "Built verity table: '" << target.GetParameterString() << "'"; in ConstructVerityTable()
/system/core/fs_mgr/libvbmeta/
Dutility.h24 #define LINFO LOG(INFO) << VBMETA_TAG macro
/system/core/fs_mgr/libfstab/
Dlogging_macros.h31 #define LINFO LOG(INFO) << FSTAB_TAG macro
Dfstab.cpp167 LINFO << "Removed ATGC in fs_options as " << entry->fs_options << " for zoned device"; in ParseUserDevices()
396 LINFO << "dt_fstab: Skip disabled entry for partition " << dp->d_name; in ReadFstabFromDt()
412 LINFO << "dt_fstab: Using a specified mount point " << value << " for " << dp->d_name; in ReadFstabFromDt()
770 if (verbose) LINFO << __FUNCTION__ << "(): failed to read fstab from dt"; in ReadFstabFromDt()
837 LINFO << "Skip mounting mountpoint: " << it->mount_point; in SkipMountWithConfig()
855 LINFO << __FUNCTION__ << "(): failed to find device default fstab"; in ReadDefaultFstab()
Dboot_config.cpp46 LINFO << "Using Android DT directory " << android_dt_dir; in GetAndroidDtDir()
/system/core/fs_mgr/liblp/
Dutility.h35 #define LINFO LOG(INFO) << LP_TAG macro
Dutility.cpp299 LINFO << "Forcefully setting metadata header version " << LP_METADATA_MAJOR_VERSION << "." in SetMetadataHeaderV0()
320 LINFO << "Clearing " << GetPartitionName(partition) in SetMetadataHeaderV0()
Dbuilder.cpp1093 LINFO << "Partition " << partition->name() << " will resize from " << old_size in ResizePartition()
1146 LINFO << "Block device tables does not match."; in ImportPartitions()
1153 LINFO << "Block device tables do not match"; in ImportPartitions()
1186 LINFO << "Importing partition table would overwrite non-empty partition: " in ImportPartition()
Dwriter.cpp397 LINFO << "Updated logical partition table at slot " << slot_number << " on device " in UpdatePartitionTable()