Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dsubprocess.cc131 record->stdout_controller.reset(); in OnStdoutReady()
146 record->stdout_controller.reset(); in ChildExitedCallback()
201 record->stdout_controller = base::FileDescriptorWatcher::WatchReadable( in ExecFlags()
H A Dsubprocess.h131 std::unique_ptr<base::FileDescriptorWatcher::Controller> stdout_controller; member