Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_boot_config.cpp101 bool fs_mgr_get_boot_config_from_kernel(const std::string& cmdline, const std::string& android_key, in fs_mgr_get_boot_config_from_kernel() function
136 return fs_mgr_get_boot_config_from_kernel(cmdline, key, out_val); in fs_mgr_get_boot_config_from_kernel_cmdline()
H A Dfs_mgr_priv_boot_config.h27 bool fs_mgr_get_boot_config_from_kernel(const std::string& cmdline, const std::string& key,
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp225 EXPECT_TRUE(fs_mgr_get_boot_config_from_kernel(cmdline, key, &content)) << " for " << key; in TEST()
228 EXPECT_FALSE(fs_mgr_get_boot_config_from_kernel(cmdline, "vbmeta.avb_versio", &content)); in TEST()
230 EXPECT_FALSE(fs_mgr_get_boot_config_from_kernel(cmdline, "nospace", &content)); in TEST()