8 calls to Path::canonicalize()
- Path::getDirectory in vendor/
symfony/ filesystem/ Path.php - Returns the directory part of the path.
- Path::getHomeDirectory in vendor/
symfony/ filesystem/ Path.php - Returns canonical path of the user's home directory.
- Path::getLongestCommonBasePath in vendor/
symfony/ filesystem/ Path.php - Returns the longest common base path in canonical form of a set of paths or `null` if the paths are on different Windows partitions.
- Path::isBasePath in vendor/
symfony/ filesystem/ Path.php - Returns whether a path is a base path of another path.
- Path::join in vendor/
symfony/ filesystem/ Path.php - Joins two or more path strings into a canonical path.
- Path::makeAbsolute in vendor/
symfony/ filesystem/ Path.php - Turns a relative path into an absolute path in canonical form.
- Path::makeRelative in vendor/
symfony/ filesystem/ Path.php - Turns a path into a relative path.
- PathHelper::canonicalize in vendor/
php-tuf/ composer-stager/ src/ Internal/ Path/ Service/ PathHelper.php