Home
last modified time | relevance | path

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

/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/suite/module/
DKernelTestModuleController.java54 String moduleArchName = AbiUtils.getArchForAbi(moduleAbiName); in shouldRun() local
83 if (mArch.equals(moduleArchName)) { in shouldRun()