Home
last modified time | relevance | path

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

/system/netd/server/
DIptablesRestoreController.cpp203 IptablesProcess *existingProcess = process->get(); in sendCommand() local
204 if (existingProcess != nullptr && !existingProcess->outputReady()) { in sendCommand()
205 existingProcess->stop(); in sendCommand()
206 existingProcess = nullptr; in sendCommand()
209 if (existingProcess == nullptr) { in sendCommand()