Home
last modified time | relevance | path

Searched refs:fs_mgr_parse_cmdline (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/fs_mgr/
H A Dfs_mgr_boot_config.cpp29 std::vector<std::pair<std::string, std::string>> fs_mgr_parse_cmdline(const std::string& cmdline) { in fs_mgr_parse_cmdline() function
106 for (const auto& [key, value] : fs_mgr_parse_cmdline(cmdline)) { in fs_mgr_get_boot_config_from_kernel()
H A Dfs_mgr_priv_boot_config.h25 std::vector<std::pair<std::string, std::string>> fs_mgr_parse_cmdline(const std::string& cmdline);
H A Dfs_mgr_fstab.cpp908 for (const auto& [key, value] : fs_mgr_parse_cmdline(cmdline)) { in GetBootDevices()
/aosp12/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp219 TEST(fs_mgr, fs_mgr_parse_cmdline) { in TEST() argument
220 EXPECT_EQ(result_space, fs_mgr_parse_cmdline(cmdline)); in TEST()