Home | History | Annotate | Download | only in test

Lines Matching defs:root_dir

16 root_dir = None
53 replaced_path = path.replace(root_dir, "", 1)
70 global root_dir
83 dest='root_dir',
100 if not opts.root_dir or not opts.path_pattern:
105 root_dir = opts.root_dir
106 root_dir = os.path.abspath(root_dir)
107 if not os.path.isdir(root_dir):
116 print "Root directory for SDK symbols:", root_dir
121 walk_and_invoke(root_dir, path_regexp, suffix, num_symbols)