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

  /system/tools/hidl/
update-makefiles-helper.sh 22 for package_root in "$@"; do
23 dir=$(package_root_to_root $package_root)
49 for package_root in "$@"; do
50 echo "-r $package_root"
  /test/vts-testcase/hal/script/
launch_hal_test.py 38 --package_root: Prefix of the HAL package. default is android.hardware
50 python launch_hal_test.py --package_root com.qualcomm.qti
89 '--package_root',
90 dest='package_root',
127 if not args.hal_package_name.startswith(args.package_root + '.'):
128 print 'hal_package_name does not start with package_root. Exiting...'
145 if args.package_root == Constant.HAL_PACKAGE_PREFIX:
155 package_root=args.package_root, path_root=args.path_root)
166 package_root=args.package_root
    [all...]
  /test/vts-testcase/hal/treble/vintf/
utils.cpp 92 for (const auto &package_root : kPackageRoot) {
93 if (fq_iface_name.inPackage(package_root.first)) {
94 return package_root.second;
  /test/vts-testcase/hal/script/build/
build_rule_gen.py 37 def __init__(self, warning_header, package_root, path_root):
42 package_root: string, prefix of the hal package.
46 self._vts_spec_parser = VtsSpecParser(package_root, path_root)
47 self._package_root = package_root
166 build_rule = build_rule.replace('{PACKAGE_ROOT}', self._package_root)
vts_spec_parser.py 44 package_root=Constant.HAL_PACKAGE_PREFIX,
56 self._package_root = package_root
110 'hidl-gen -o {TEMP_DIR} -L vts -r {PACKAGE_ROOT}:{PATH_ROOT} '
111 '{PACKAGE_ROOT}.{HAL_NAME}@{HAL_VERSION}').format(
113 PACKAGE_ROOT=self._package_root,
  /test/vts-testcase/hal/script/configure/
test_case_creator.py 44 package_root: String, prefix of the hal package, e.g. android.hardware.
86 package_root=Constant.HAL_PACKAGE_PREFIX,
111 self._package_root = package_root

Completed in 87 milliseconds