Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py15 pkgIniFile = os.path.normpath(os.path.join(pkgRelDir, "__init__.py"))
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c986 const char *normpath; in verify_mergeinfo_normalization() local
989 SVN_ERR(svn_utf__normalize(&normpath, path, klen, &vb->buffer)); in verify_mergeinfo_normalization()
990 found = svn_hash_gets(vb->normalized_paths, normpath); in verify_mergeinfo_normalization()
993 apr_pstrdup(vb->buffer.pool, normpath), in verify_mergeinfo_normalization()
1001 apr_pstrdup(vb->buffer.pool, normpath), in verify_mergeinfo_normalization()
1008 normpath, SVN_PROP_MERGEINFO, vb->path); in verify_mergeinfo_normalization()
2320 const char* normpath; in check_name_collision() local
2326 &normpath, svn_relpath_join(db->path, name, iterpool), in check_name_collision()
2330 _("Duplicate representation of path '%s'"), normpath); in check_name_collision()
/freebsd-13.1/contrib/googletest/googletest/scripts/
H A Dupload.py1048 self.repo_dir = os.path.normpath(repo_dir)
1050 cwd = os.path.normpath(os.getcwd())
/freebsd-13.1/contrib/googletest/googlemock/scripts/
H A Dupload.py1048 self.repo_dir = os.path.normpath(repo_dir)
1050 cwd = os.path.normpath(os.getcwd())
/freebsd-13.1/contrib/subversion/
H A Dwin-tests.py426 path = os.path.normpath(path)