Searched refs:fileExists (Results 1 – 2 of 2) sorted by relevance
676 $fileExists = FileSystems::exists($this->path);677 if ($fileExists) {
84 if ($this->fileExists($file = $full.'.less') || $this->fileExists($file = $full)) {92 protected function fileExists($name) { function in lessc