Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/code_coverage/package/oss/
H A Dinit.py29 get_oss_binary_folder,
92 binary_folder = get_oss_binary_folder(test_type)
120 get_oss_binary_folder(TestType.CPP), get_oss_binary_folder(TestType.PY)
148 binary_folder = get_oss_binary_folder(TestType.PY)
162 print_log("cpp test binaries folder: ", get_oss_binary_folder(TestType.CPP))
163 print_log("python test scripts folder: ", get_oss_binary_folder(TestType.PY))
H A Dutils.py10 def get_oss_binary_folder(test_type: TestType) -> str: function
29 binary_folder = get_oss_binary_folder(test_type)
95 binary_file, shell=True, cwd=get_oss_binary_folder(TestType.PY)