Searched defs:blk_device (Results 1 – 13 of 13) sorted by relevance
/system/vold/ |
D | MetadataCrypt.cpp | 98 static bool mount_via_fs_mgr(const char* mount_point, const char* blk_device, bool needs_encrypt) { in mount_via_fs_mgr() 156 static bool create_crypto_blk_dev(const std::string& dm_name, const std::string& blk_device, in create_crypto_blk_dev() 242 bool fscrypt_mount_metadata_encrypted(const std::string& blk_device, const std::string& mount_point, in fscrypt_mount_metadata_encrypted() 375 bool defaultkey_setup_ext_volume(const std::string& label, const std::string& blk_device, in defaultkey_setup_ext_volume()
|
D | Checkpoint.cpp | 322 static void cp_healthDaemon(std::string mnt_pnt, std::string blk_device, bool is_fs_cp) { in cp_healthDaemon()
|
D | FsCrypt.cpp | 230 static bool MightBeEmmcStorage(const std::string& blk_device) { in MightBeEmmcStorage()
|
/system/core/init/ |
D | mount_handler.h | 36 const std::string blk_device; member
|
D | mount_handler.cpp | 155 MountHandlerEntry::MountHandlerEntry(const std::string& blk_device, const std::string& mount_point, in MountHandlerEntry()
|
/system/extras/squashfs_utils/ |
D | squashfs_utils.c | 60 int squashfs_parse_sb(const char *blk_device, struct squashfs_info *info) in squashfs_parse_sb()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 137 static void log_fs_stat(const std::string& blk_device, int fs_stat) { in log_fs_stat() 155 static std::string realpath(const std::string& blk_device) { in realpath() 187 static void check_fs(const std::string& blk_device, const std::string& fs_type, in check_fs() 318 static bool read_ext4_superblock(const std::string& blk_device, struct ext4_super_block* sb, in read_ext4_superblock() 347 bool fs_mgr_is_ext4(const std::string& blk_device) { in fs_mgr_is_ext4() 371 static void tune_quota(const std::string& blk_device, const FstabEntry& entry, in tune_quota() 412 static void tune_reserved_size(const std::string& blk_device, const FstabEntry& entry, in tune_reserved_size() 454 static void tune_encrypt(const std::string& blk_device, const FstabEntry& entry, in tune_encrypt() 499 static void tune_verity(const std::string& blk_device, const FstabEntry& entry, in tune_verity() 536 static void tune_casefold(const std::string& blk_device, const FstabEntry& entry, in tune_casefold() [all …]
|
D | fs_mgr_remount.cpp | 354 auto blk_device = entry.blk_device; in RemountPartition() local
|
D | fs_mgr_fstab.cpp | 459 std::string blk_device = entry.blk_device; in ExtraBootDevices() local
|
D | fs_mgr_overlayfs.cpp | 185 auto blk_device = kPhysicalDevice + "system"; in fs_mgr_update_blk_device() local
|
/system/vold/model/ |
D | VolumeEncryption.cpp | 79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume()
|
/system/core/fs_mgr/include_fstab/fstab/ |
D | fstab.h | 33 std::string blk_device; member
|
/system/core/fs_mgr/libfs_avb/ |
D | avb_util.cpp | 42 const std::string& blk_device, android::dm::DmTable* table) { in ConstructVerityTable()
|