Searched refs:arch_variant (Results 1 – 2 of 2) sorted by relevance
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 189 target.arch, target.arch_variant, target.cpu_variant, '_core_shared') 192 target.arch, target.arch_variant, target.cpu_variant, '_vendor_shared') 231 def get_module_variant_dir_name(arch, arch_variant, cpu_variant, argument 237 if not arch_variant or arch_variant == arch: 238 arch_variant = '' 240 arch_variant = '_' + arch_variant 247 return 'android_' + arch + arch_variant + cpu_variant + variant_suffix
|
D | create_reference_dumps.py | 34 self.arch_variant = build_vars[2] 43 if target.arch_variant != target.arch: 44 target_arch_variant_str = '_' + target.arch_variant 52 target.arch, target.arch_variant, target.cpu_variant, 110 if target.arch == '' or target.arch_variant == '': 158 if target.arch == '' or target.arch_variant == '': 162 target.arch_variant)
|