Home
last modified time | relevance | path

Searched defs:GetKernelCmdline (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/libmodprobe/
H A Dlibmodprobe_ext_test.cpp32 std::string Modprobe::GetKernelCmdline(void) { in GetKernelCmdline() function in Modprobe
H A Dlibmodprobe_ext.cpp26 std::string Modprobe::GetKernelCmdline(void) { in GetKernelCmdline() function in Modprobe
/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dboot_config.cpp161 bool GetKernelCmdline(const std::string& key, std::string* out) { in GetKernelCmdline() function
/aosp_15_r20/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp234 TEST(fs_mgr, GetKernelCmdline) { in TEST() argument