Home
last modified time | relevance | path

Searched defs:test_dir (Results 1 – 2 of 2) sorted by relevance

/art/test/
Drun-test106 test_dir = "test-{}".format(os.getpid()) variable
757 test_dir = os.path.basename(oldwd) variable
759 test_dir = arg variable
764 test_dir = td2[0] variable
890 test_dir = os.getcwd() variable
Drun_test_build.py57 def __init__(self, args, android_build_top, test_dir): argument