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