Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_boot_config.cpp63 std::vector<std::pair<std::string, std::string>> fs_mgr_parse_proc_bootconfig( in fs_mgr_parse_proc_bootconfig() function
90 for (const auto& [key, value] : fs_mgr_parse_proc_bootconfig(bootconfig)) { in fs_mgr_get_boot_config_from_bootconfig()
H A Dfs_mgr_priv_boot_config.h31 std::vector<std::pair<std::string, std::string>> fs_mgr_parse_proc_bootconfig(
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp235 EXPECT_EQ(bootconfig_result_space, fs_mgr_parse_proc_bootconfig(bootconfig)); in TEST()