Lines Matching refs:pathes
338 if url in i[1].pathes:
348 package.pathes = package.pathes + (url, )
357 if url in i.pathes:
721 def __init__( self, pathes, transientPathElement ): argument
722 self.pathes = pathes
809 pathes = getPathesFromPackage( j, sfa )
810 if len( pathes ) > 0:
812 … log.isErrorLevel() and log.error( "adding Package " + transientPathElement + " " + str( pathes ) )
813 ret[ lastElement( j ) ] = Package( pathes, transientPathElement )
837 if len( i[1].pathes ) == 1:
839 DirBrowseNode( self.provCtx, i[0], i[1].pathes[0] ))
841 for j in i[1].pathes: