Searched refs:path_pattern (Results 1 - 1 of 1) sorted by relevance

/external/lldb/utils/test/
H A Drun-dis.py19 path_pattern = None variable
71 global path_pattern
87 dest='path_pattern',
100 if not opts.root_dir or not opts.path_pattern:
111 path_pattern = opts.path_pattern variable
112 path_regexp = re.compile(path_pattern)
117 print "Regular expression for the binaries:", path_pattern

Completed in 301 milliseconds