Home
last modified time | relevance | path

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

/art/test/
Drun-test131 test_dir = Path(tmp_dir).name variable
734 test_dir = os.path.basename(oldwd) variable
736 test_dir = args.test_name variable
741 test_dir = td2[0] variable
747 test_dir = os.getcwd() variable
Drun_test_build.py62 def __init__(self, args, android_build_top, test_dir): argument