HomeSort by relevance Sort by last modified time
    Searched refs:LINFO (Results 1 - 7 of 7) sorted by null

  /system/core/fs_mgr/
fs_mgr_boot_config.cpp 59 LINFO << "Error finding '" << key << "' in device tree";
fs_mgr.cpp 179 LINFO << __FUNCTION__ << "(): unmount(" << target << ") succeeded";
200 LINFO << "Not running " << E2FSCK_BIN << " on " << blk_device
203 LINFO << "Running " << E2FSCK_BIN << " on " << blk_device;
219 LINFO << "e2fsck returned status 0x" << std::hex << status;
229 LINFO << "Running " << F2FS_FSCK_BIN << " -a " << blk_device;
302 LINFO << "Invalid ext4 magic:0x" << std::hex << sb.s_magic << "," << blk_device;
307 LINFO << "superblock s_max_mnt_count:" << sb.s_max_mnt_count << "," << blk_device;
313 LINFO << __FUNCTION__ << "(): was not clealy shutdown, state flag:"
324 LINFO << "Requested quota status is match on " << blk_device;
327 LINFO << "Enabling quota on " << blk_device
    [all...]
fs_mgr_priv.h 35 #define LINFO LOG(INFO) << FS_MGR_TAG
fs_mgr_verity.cpp 281 LINFO << "loading verity table: '" << verity_params << "'";
740 LINFO << "Verity setup skipped for " << mount_point;
764 LINFO << "Attempt to cleanly disable verity - only works in USERDEBUG";
825 LINFO << "Enabling dm-verity for " << mount_point.c_str()
841 LINFO << "Disabling error correction for " << mount_point.c_str();
858 LINFO << "Falling back to EIO mode for " << mount_point.c_str();
883 LINFO << "Verifying partition " << fstab->blk_device << " at boot";
886 LINFO << "Verified verity partition "
fs_mgr_format.cpp 115 LINFO << args[0] << " done, status " << rc;
fs_mgr_avb.cpp 322 LINFO << "Loading verity table: '" << verity_params << "'";
542 LINFO << "Returning avb_handle with status: " << avb_handle->status_;
554 LINFO << "AVB HASHTREE disabled on:" << fstab_entry->mount_point;
fs_mgr_fstab.cpp 404 LINFO << "dt_fstab: Skip disabled entry for partition " << dp->d_name;
662 LINFO << __FUNCTION__ << "(): failed to read fstab from dt";

Completed in 3404 milliseconds