Searched refs:mDeviceInfoPath (Results 1 – 1 of 1) sorted by relevance
85 private File mDeviceInfoPath = null; // host path where coverage device artifacts are stored field in VtsCoveragePreparer142 mDeviceInfoPath = createTempDir(device); in setUp()153 File artifactFile = new File(mDeviceInfoPath, SYMBOLS_FILE_NAME); in setUp()170 File artifactFile = new File(mDeviceInfoPath, GCOV_FILE_NAME); in setUp()185 mDeviceInfoPath.getAbsolutePath().toString()); in setUp()188 File artifactFile = new File(mDeviceInfoPath, BUILD_INFO_ARTIFACT); in setUp()195 mDeviceInfoPath = new File(mLocalCoverageResourcePath); in setUp()197 File artifactFile = new File(mDeviceInfoPath, fileName); in setUp()201 GCOV_FILE_NAME, mDeviceInfoPath.getAbsolutePath())); in setUp()203 File buildInfoArtifact = new File(mDeviceInfoPath, BUILD_INFO_ARTIFACT); in setUp()[all …]