Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp438 int console_fd = open(proc_attr_.console.c_str(), O_RDWR | O_CLOEXEC); in Start() local
439 if (console_fd < 0) { in Start()
443 close(console_fd); in Start()