HomeSort by relevance Sort by last modified time
    Searched refs:hal_dir (Results 1 - 2 of 2) sorted by null

  /test/vts-testcase/hal/script/build/
vts_spec_parser.py 136 hal_dir = os.path.relpath(base, full_path_root)
138 match = re.search("(\d+)\.(\d+)", hal_dir)
139 if match and 'example' not in hal_dir:
142 hal_dir = hal_dir[:match.end()]
143 hal_name = os.path.dirname(hal_dir).replace('/', '.')
build_rule_gen.py 77 hal_dir = os.path.join(
81 file_path = os.path.join(hal_dir, 'build', 'Android.bp')

Completed in 234 milliseconds