Searched refs:ctsRoot (Results 1 – 3 of 3) sorted by relevance
86 String ctsRoot = System.getProperty("CTS_ROOT"); in testApksAbis() local87 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testApksAbis()158 String ctsRoot = System.getProperty("CTS_ROOT"); in testBinariesAbis() local159 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testBinariesAbis()
207 String ctsRoot = System.getProperty("CTS_ROOT"); in testConfigurationLoad() local208 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testConfigurationLoad()225 stubFolder.setRootDir(new File(ctsRoot)); in testConfigurationLoad()227 stubFolder.addBuildAttribute("ROOT_DIR", ctsRoot); in testConfigurationLoad()229 stubTestInfo.executionFiles().put(FilesKey.TESTS_DIRECTORY, new File(ctsRoot)); in testConfigurationLoad()
65 String ctsRoot = System.getProperty("CTS_ROOT"); in testApkPackageNames() local66 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testApkPackageNames()