Lines Matching refs:realPath
289 $realPath = $this->toCanonicalAbsolutePath();
290 return $realPath->relativize($localPath);
330 $realPath = realpath($this->path);
350 $realPath = realpath($realPath);
352 if ($realPath !== false) {
353 return LocalPath::createFromPathString($realPath);
366 while ($realPath === false) {
390 $realPath = realpath($parent);
403 if ($realPath === false) {
410 $realPath .= $this->getDirectorySeparator();
413 $realPath .= implode($this->getDirectorySeparator(), $parts);
415 return LocalPath::createFromPathString($realPath);