Searched refs:checkNativeLibDir (Results 1 – 4 of 4) sorted by relevance
127 assertTrue(checkNativeLibDir(mIsExtractNativeLibs, AbiUtils.getBitness(mFirstAbi))); in testAbiOverrideAndRunSuccess()138 assertTrue(checkNativeLibDir(mIsExtractNativeLibs, AbiUtils.getBitness(expectedAbi))); in testAbiOverrideAndRunSuccess()
101 assertTrue(checkNativeLibDir(mIsExtractNativeLibs, mAbiSuffix)); in testInstallAndRunSuccess()
110 assertTrue(checkNativeLibDir(mIsExtractNativeLibs, mSecondAbiSuffix)); in testUpdateAndRunSuccess()
110 final boolean checkNativeLibDir(boolean isExtractNativeLibs, String abi) throws Exception { in checkNativeLibDir() method in CtsExtractNativeLibsHostTestBase