Home
last modified time | relevance | path

Searched refs:useFileHandles (Results 1 – 2 of 2) sorted by path

/plugin/combo/vendor/symfony/process/
H A DProcess.php78 private $useFileHandles = false; variable in Symfony\\Component\\Process\\Process
165 $this->useFileHandles = '\\' === \DIRECTORY_SEPARATOR;
328 } elseif (!$this->useFileHandles && $this->isSigchildEnabled()) {
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php78 private $useFileHandles = false; variable in Symfony\\Component\\Process\\Process
166 $this->useFileHandles = '\\' === \DIRECTORY_SEPARATOR;
312 …} elseif (!$this->useFileHandles && $this->enhanceSigchildCompatibility && $this->isSigchildEnable…