Home
last modified time | relevance | path

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

/art/test/
Drun-test998 push_files = [Path(runner.name)] variable
999 push_files += list(Path(".").glob(f"{TEST_NAME}*.jar"))
1000 push_files += list(Path(".").glob(f"expected-*.txt"))
1001 push_files += [p for p in [Path("profile"), Path("res")] if p.exists()]
1002 push_files = " ".join(map(str, push_files)) variable
1006 run("adb push {} {}".format(push_files, chroot_dex_location))