Home
last modified time | relevance | path

Searched refs:fs_mgr_get_boot_config (Results 1 – 9 of 9) sorted by relevance

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_slotselect.cpp51 fs_mgr_get_boot_config("slot_suffix", &ab_suffix); in fs_mgr_get_slot_suffix()
H A Dfs_mgr_priv_boot_config.h30 bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val);
H A Dfs_mgr_boot_config.cpp142 bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) { in fs_mgr_get_boot_config() function
H A Dfs_mgr.cpp812 if (fs_mgr_get_boot_config("verifiedbootstate", &verified_boot_state)) { in fs_mgr_is_device_unlocked()
2243 if (fs_mgr_get_boot_config("force_super_partition", &super_partition)) { in fs_mgr_get_super_partition_name()
2246 if (fs_mgr_get_boot_config("super_partition", &super_partition)) { in fs_mgr_get_super_partition_name()
2365 if (!fs_mgr_get_boot_config("veritymode", &verity_mode)) { in fs_mgr_load_verity_state()
H A Dfs_mgr_fstab.cpp523 if (!fs_mgr_get_boot_config(prop, &suffix)) continue; in GetFstabPath()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dutil.h48 extern bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val);
H A Dfs_avb.cpp114 if (!fs_mgr_get_boot_config("vbmeta.size", &value) || in Create()
123 fs_mgr_get_boot_config("vbmeta.hash_alg", &hash_alg); in Create()
137 fs_mgr_get_boot_config("vbmeta.digest", &digest); in Create()
H A Dutil.cpp112 if (fs_mgr_get_boot_config("verifiedbootstate", &verified_boot_state)) { in IsDeviceUnlocked()
H A Davb_util.cpp45 if (!fs_mgr_get_boot_config("veritymode", &verity_mode)) { in ConstructVerityTable()