Home
last modified time | relevance | path

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

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