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

  /test/vts-testcase/hal/script/build/
build_rule_gen.py 64 hal_dir = os.path.join(
66 top_dir = hal_dir.split('/', 1)[0]
68 top_dir, []).append(os.path.relpath(hal_dir, top_dir))
90 hal_dir = os.path.join(self._PROJECT_PATH,
94 file_path = os.path.join(hal_dir, 'Android.bp')
99 file_path = os.path.join(hal_dir, 'build', 'Android.bp')
vts_spec_parser.py 126 hal_dir = os.path.relpath(base, self.HW_IFACE_DIR)
127 (hal_name, hal_version) = os.path.split(hal_dir)
  /test/vts-testcase/fuzz/script/build/
func_fuzzer_build_rule_gen.py 87 hal_dir = os.path.join(
90 top_dir = hal_dir.split('/', 1)[0]
92 top_dir, []).append(os.path.relpath(hal_dir, top_dir))

Completed in 268 milliseconds