Searched refs:normpath (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | prepare.py | 65 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 D | createPythonInit.py | 15 pkgIniFile = os.path.normpath(os.path.join(pkgRelDir, "__init__.py"))
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | dump.c | 986 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 D | upload.py | 1048 self.repo_dir = os.path.normpath(repo_dir) 1050 cwd = os.path.normpath(os.getcwd())
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/ |
| H A D | upload.py | 1048 self.repo_dir = os.path.normpath(repo_dir) 1050 cwd = os.path.normpath(os.getcwd())
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | win-tests.py | 426 path = os.path.normpath(path)
|