Lines Matching refs:pathes
344 if url in i[1].pathes:
354 package.pathes = package.pathes + (url, )
363 if url in i.pathes:
727 def __init__( self, pathes, transientPathElement ): argument
728 self.pathes = pathes
815 pathes = getPathesFromPackage( j, sfa )
816 if len( pathes ) > 0:
818 … log.isErrorLevel() and log.error( "adding Package " + transientPathElement + " " + str( pathes ) )
819 ret[ lastElement( j ) ] = Package( pathes, transientPathElement )
843 if len( i[1].pathes ) == 1:
845 DirBrowseNode( self.provCtx, i[0], i[1].pathes[0] ))
847 for j in i[1].pathes: