Lines Matching +full:root +full:- +full:relative
3 wciia - Whose Code Is It Anyway
5 Determines code owner of the file/folder relative to the llvm source root.
14 - must be run from llvm source root
15 - very simplistic algorithm
16 - only handles * as a wildcard
17 - not very user friendly
18 - does not handle the proposed F: field
78 lmatch = -1
92 rpos = -1
106 exit(-1)
114 exit(-1)
125 root = "." variable
126 for dir, subdirList, fileList in os.walk(root, topdown=False):
129 print("-", fname)