Home
last modified time | relevance | path

Searched defs:blk_device (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/vold/
H A DMetadataCrypt.cpp83 static bool mount_via_fs_mgr(const char* mount_point, const char* blk_device) { in mount_via_fs_mgr()
138 static bool create_crypto_blk_dev(const std::string& dm_name, const std::string& blk_device, in create_crypto_blk_dev()
214 bool fscrypt_mount_metadata_encrypted(const std::string& blk_device, const std::string& mount_point, in fscrypt_mount_metadata_encrypted()
307 bool defaultkey_setup_ext_volume(const std::string& label, const std::string& blk_device, in defaultkey_setup_ext_volume()
H A DCheckpoint.cpp311 static void cp_healthDaemon(std::string mnt_pnt, std::string blk_device, bool is_fs_cp) { in cp_healthDaemon()
H A DFsCrypt.cpp214 static bool IsEmmcStorage(const std::string& blk_device) { in IsEmmcStorage()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp138 static void log_fs_stat(const std::string& blk_device, int fs_stat) { in log_fs_stat()
157 static std::string realpath(const std::string& blk_device) { in realpath()
173 static void check_fs(const std::string& blk_device, const std::string& fs_type, in check_fs()
336 bool fs_mgr_is_ext4(const std::string& blk_device) { in fs_mgr_is_ext4()
360 static void tune_quota(const std::string& blk_device, const FstabEntry& entry, in tune_quota()
401 static void tune_reserved_size(const std::string& blk_device, const FstabEntry& entry, in tune_reserved_size()
443 static void tune_encrypt(const std::string& blk_device, const FstabEntry& entry, in tune_encrypt()
488 static void tune_verity(const std::string& blk_device, const FstabEntry& entry, in tune_verity()
525 static void tune_casefold(const std::string& blk_device, const FstabEntry& entry, in tune_casefold()
607 static bool read_f2fs_superblock(const std::string& blk_device, int* fs_stat) { in read_f2fs_superblock()
[all …]
H A Dfs_mgr_remount.cpp411 auto blk_device = entry.blk_device; in do_remount() local
H A Dfs_mgr_verity.cpp333 static void update_verity_table_blk_device(const std::string& blk_device, char** table, in update_verity_table_blk_device()
H A Dfs_mgr_fstab.cpp544 std::string blk_device = entry.blk_device; in ExtraBootDevices() local
H A Dfs_mgr_overlayfs.cpp222 auto blk_device = kPhysicalDevice + "system"; in fs_mgr_update_blk_device() local
/aosp12/system/core/init/
H A Dmount_handler.h36 const std::string blk_device; member
H A Dmount_handler.cpp103 MountHandlerEntry::MountHandlerEntry(const std::string& blk_device, const std::string& mount_point, in MountHandlerEntry()
/aosp12/system/extras/squashfs_utils/
H A Dsquashfs_utils.c60 int squashfs_parse_sb(const char *blk_device, struct squashfs_info *info) in squashfs_parse_sb()
/aosp12/system/vold/model/
H A DVolumeEncryption.cpp79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume()
/aosp12/hardware/ti/am57x/bootctrl/
H A Dbootloader_message.cpp54 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device()
/aosp12/bootable/recovery/bootloader_message/
H A Dbootloader_message.cpp69 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device()
/aosp12/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h33 std::string blk_device; member
/aosp12/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp55 const std::string& blk_device, android::dm::DmTable* table) { in ConstructVerityTable()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.cpp483 std::unique_ptr<AutoDevice> SnapshotFuzzEnv::CheckMountFormatData(const std::string& blk_device, in CheckMountFormatData()