Home
last modified time | relevance | path

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

/external/toolchain-utils/debug_info_test/
Dcheck_cus.py18 def check_compile_unit(dso_path, producer, comp_path): argument
31 if not c(dso_path, producer, comp_path):
49 comp_path = ''
59 failed = failed.union(check_compile_unit(dso_path, producer, comp_path))
61 comp_path = ''
65 comp_path = os.path.join(comp_path, l.split(':')[-1].strip())
67 comp_path = os.path.join(l.split(':')[-1].strip(), comp_path)
69 failed = failed.union(check_compile_unit(dso_path, producer, comp_path))
Dcheck_ngcc.py13 def not_by_gcc(dso_path, producer, comp_path): argument
24 if is_allowlisted('ngcc_comp_path', comp_path):
/external/toolchain-utils/crosperf/
Dresults_cache_unittest.py1974 comp_path = os.path.join(
1979 self.assertEqual(result_path, comp_path)
1992 comp_path = os.path.join(os.getcwd(), 'cache_dir', test_dirname)
1993 self.assertEqual(path1, comp_path)