Searched refs:ctsRoot (Results 1 – 3 of 3) sorted by relevance
128 String ctsRoot = System.getProperty("CTS_ROOT"); in testApksAbis() local129 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testApksAbis()200 String ctsRoot = System.getProperty("CTS_ROOT"); in testBinariesAbis() local201 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testBinariesAbis()
186 String ctsRoot = System.getProperty("CTS_ROOT"); in testConfigurationLoad() local187 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testConfigurationLoad()204 stubFolder.setRootDir(new File(ctsRoot)); in testConfigurationLoad()206 stubFolder.addBuildAttribute("ROOT_DIR", ctsRoot); in testConfigurationLoad()208 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()