Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/scripts/
H A Dwsdiff.py265 def diffData(base, ptch, d1, d2) : argument
269 tmpFile2 = tmpDir2 + os.path.basename(ptch) + t.getName()
499 def protoCatalog(base, ptch) : argument
513 ptchFilesList = list(findFiles(ptch))
514 ptchStringLength = len(ptch)
571 def flistCatalog(base, ptch, flist) : argument
609 if not os.path.exists(ptch + fn) :
612 if os.path.exists(ptch + f) :
614 elif os.path.exists(ptch + "root_" + arch + "/" + f) :
621 if os.path.islink(ptch + fn) :
[all …]