Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DTfTestLauncher.java81 private String mAntConfigResource = "/jacoco/ant-tf-coverage.xml"; field in TfTestLauncher
291 InputStream template = getClass().getResourceAsStream(mAntConfigResource); in processExecData()
293 throw new IOException("Could not find " + mAntConfigResource); in processExecData()