Searched defs:ptch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py265 def diffData(base, ptch, d1, d2) :
269 tmpFile2 = tmpDir2 + os.path.basename(ptch) + t.getName()
360 # arguments, the paths to the base (old), ptch (new) proto areas
493 # Examine all files in base, ptch
496 # a list of new files (files found only in ptch) and
499 def protoCatalog(base, ptch) :
513 ptchFilesList = list(findFiles(ptch))
514 ptchStringLength = len(ptch)
568 # a list of new files (files found only in ptch) and
571 def flistCatalog(base, ptch, flis
1227 ptch = ptchRoot + fn variable in class:workerThread
[all...]

Completed in 72 milliseconds