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

/art/test/970-iface-super-resolution-gen/util-src/
H A Dgenerate_java.py24 from pathlib import Path namespace
32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
54 final_java_dir = Path(argv[1])
58 initial_java_dir = Path(argv[2])
62 expected_txt = Path(argv[3])
H A Dgenerate_smali.py23 from pathlib import Path namespace
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
602 smali_dir = Path(argv[1])
606 expected_txt = Path(argv[2])
/art/test/968-default-partial-compile-gen/util-src/
H A Dgenerate_java.py24 from pathlib import Path namespace
32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
112 javac_exec = Path(argv[1])
116 temp_dir = Path(argv[2])
120 classes_dir = Path(argv[3])
124 expected_txt = Path(argv[4])
H A Dgenerate_smali.py23 from pathlib import Path namespace
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
595 smali_dir = Path(argv[1])
599 expected_txt = Path(argv[2])
/art/test/971-iface-super/util-src/
H A Dgenerate_java.py24 from pathlib import Path namespace
32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
116 javac_exec = Path(argv[1])
120 temp_dir = Path(argv[2])
124 classes_dir = Path(argv[3])
128 expected_txt = Path(argv[4])
H A Dgenerate_smali.py23 from pathlib import Path namespace
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
677 smali_dir = Path(argv[1])
681 expected_txt = Path(argv[2])
/art/test/utils/python/testgen/
H A Dutils.py24 from pathlib import Path namespace
58 with (Path(BUILD_TOP)/"development"/"docs"/"copyright-templates"/fname).open() as template:
/art/tools/
H A Dcpplint_presubmit.py37 path = pathlib.Path(f)
/art/test/961-default-iface-resolution-gen/util-src/
H A Dgenerate_java.py23 from pathlib import Path namespace
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
366 java_dir = Path(argv[1])
370 expected_txt = Path(argv[2])
/art/test/964-default-iface-init-gen/util-src/
H A Dgenerate_java.py23 from pathlib import Path namespace
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
407 java_dir = Path(argv[1])
411 expected_txt = Path(argv[2])
/art/test/utils/python/
H A Dgenerate_java_main.py23 from pathlib import Path namespace
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
305 java_dir = Path(argv[1])

Completed in 73 milliseconds