Searched refs:isAbsolutePath (Results 1 – 1 of 1) sorted by relevance
104 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;125 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;231 if (!$this->isAbsolutePath($path)) {296 private function isAbsolutePath($file) function in Twig\\Loader\\FilesystemLoader