Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_boot_config.cpp29 std::vector<std::pair<std::string, std::string>> fs_mgr_parse_boot_config(const std::string& cmdlin… in fs_mgr_parse_boot_config() function
68 for (const auto& [key, value] : fs_mgr_parse_boot_config(cmdline)) { in fs_mgr_get_boot_config_from_kernel()
Dfs_mgr_priv_boot_config.h25 std::vector<std::pair<std::string, std::string>> fs_mgr_parse_boot_config(const std::string& cmdlin…
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp123 TEST(fs_mgr, fs_mgr_parse_boot_config) { in TEST() argument
124 EXPECT_EQ(result_space, fs_mgr_parse_boot_config(cmdline)); in TEST()