Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py536 def protoCatalog(base, ptch) : argument
550 ptchFilesList = list(findFiles(ptch))
551 ptchStringLength = len(ptch)
608 def flistCatalog(base, ptch, flist) : argument
646 if not os.path.exists(ptch + fn) :
649 if os.path.exists(ptch + f) :
651 elif os.path.exists(ptch + "root_" + arch + "/" + f) :
658 if os.path.islink(ptch + fn) :
669 os.path.islink(ptch + fn)) :
929 def compareElfs(base, ptch, quiet) : argument
[all …]