Searched refs:areOpen (Results 1 – 4 of 4) sorted by relevance
/template/strap/vendor/symfony/process/Pipes/ | ||
D | PipesInterface.php | 50 public function areOpen(): bool; function |
D | UnixPipes.php | 159 public function areOpen(): bool function in Symfony\\Component\\Process\\Pipes\\UnixPipes |
D | WindowsPipes.php | 185 public function areOpen(): bool function in Symfony\\Component\\Process\\Pipes\\WindowsPipes |
/template/strap/vendor/symfony/process/ | ||
D | Process.php | 432 …$running = $this->isRunning() && ('\\' === \DIRECTORY_SEPARATOR || $this->processPipes->areOpen()); |