Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dmount_handler.cpp133 auto buf_string = std::string(buf); in MountHandlerFunction() local
134 if (buf_string.find("/emulated") != std::string::npos) { in MountHandlerFunction()
137 auto entry = ParseMount(buf_string); in MountHandlerFunction()