Lines Matching full:root
48 for root, dirs, files in os.walk(src):
49 if ".svn" in root:
55 sources.append( os.path.join(root, file) )
94 def find_source_file(root,cov_file):
115 return os.path.abspath(os.path.join(root,os.path.pardir,os.path.pardir,filepath))
121 return os.path.abspath(os.path.join(root,filepath))
125 return os.path.abspath(os.path.join(root,basename))
150 for root, dirs, files in os.walk(base_path):
151 if ".svn" in root:
157 cov = os.path.join(root, file)
158 src = find_source_file( root, cov )