Home
last modified time | relevance | path

Searched refs:normpath (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py65 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile))
89 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile))
149 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile))
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py25 pkgIniFile = os.path.normpath(os.path.join(pkgRelDir, "__init__.py"))
/freebsd/contrib/pkgconf/libpkgconf/
H A Dpath.c353 normpath(const char *path) in normpath() function
396 if ((tmpbuf = normpath(buf)) != NULL) in pkgconf_path_relocate()
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-path.rst66 Relocates a path, possibly calling normpath() on it.