Home
last modified time | relevance | path

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

/system/netd/server/
DIptablesRestoreController.cpp220 IptablesProcess *existingProcess = process->get(); in sendCommand() local
221 if (existingProcess != nullptr && !existingProcess->outputReady()) { in sendCommand()
222 existingProcess->stop(); in sendCommand()
223 existingProcess = nullptr; in sendCommand()
226 if (existingProcess == nullptr) { in sendCommand()