Home
last modified time | relevance | path

Searched refs:moduleAbi (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatter.java286 String moduleAbi = holder.modulesAbi.get(module.getName()).getName(); in writeResults() local
287 String moduleNameStripped = module.getName().replace(moduleAbi + " ", ""); in writeResults()
289 serializer.attribute(NS, ABI_ATTR, moduleAbi); in writeResults()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/module/
DNativeBridgeModuleController.java46 IAbi moduleAbi = getModuleAbi(); in shouldRun() local
47 String moduleArch = AbiUtils.getBaseArchForAbi(moduleAbi.getName()); in shouldRun()