Home
last modified time | relevance | path

Searched refs:fs_mgr_get_boot_config_from_bootconfig_source (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_boot_config.cpp119 bool fs_mgr_get_boot_config_from_bootconfig_source(const std::string& key, std::string* out_val) { in fs_mgr_get_boot_config_from_bootconfig_source() function
163 if (fs_mgr_get_boot_config_from_bootconfig_source(key, out_val)) { in fs_mgr_get_boot_config()
H A Dfs_mgr_priv_boot_config.h35 bool fs_mgr_get_boot_config_from_bootconfig_source(const std::string& key, std::string* out_val);
H A Dfs_mgr_fstab.cpp340 if (!fs_mgr_get_boot_config_from_bootconfig_source("android_dt_dir", &android_dt_dir) && in InitAndroidDtDir()
868 if (fs_mgr_get_boot_config_from_bootconfig_source("boot_devices", &value) || in GetBootDevices()
869 fs_mgr_get_boot_config_from_bootconfig_source("boot_device", &value)) { in GetBootDevices()