Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/
Dmain.cc46 int console_fd = -1; variable
/aosp_15_r20/system/core/init/
H A Dservice.cpp477 int console_fd = open(proc_attr_.console.c_str(), O_RDWR | O_CLOEXEC); in CheckConsole() local