Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/Pipes/
DPipesInterface.php50 public function areOpen(): bool; function
DUnixPipes.php159 public function areOpen(): bool function in Symfony\\Component\\Process\\Pipes\\UnixPipes
DWindowsPipes.php185 public function areOpen(): bool function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
/template/strap/vendor/symfony/process/
DProcess.php432 …$running = $this->isRunning() && ('\\' === \DIRECTORY_SEPARATOR || $this->processPipes->areOpen());
473 … $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen();