Home
last modified time | relevance | path

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

/petsc/config/
H A Dgmakegen.py11 def pathsplit(pkg_dir, path): function
18 return pathsplit(pkg_dir, stem) + (basename,)
165 if SKIPDIRS.intersection(pathsplit(self.pkg_dir, root)): continue