Home
last modified time | relevance | path

Searched refs:testdirs (Results 1 – 1 of 1) sorted by relevance

/external/lldb/test/
Ddotest.py248 testdirs = [ sys.path[0] ] variable
415 global testdirs
692 testdirs = map(os.path.abspath, args.args)
700 orig_testdirs = testdirs[:]
701 for srcdir in testdirs:
716 testdirs = tmpdirs
729 if len(testdirs) != 1 or os.path.basename(orig_testdirs[0]) != 'test':
774 global testdirs
796 if len(testdirs) == 1 and os.path.basename(testdirs[0]) == 'test':
1163 for testdir in testdirs:
[all …]