Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java79 private File mApkInfoFile; field in GameQualificationHostsideController
205 shard.mApkInfoFile = mApkInfoFile; in split()
240 getDevice().pushFile(mApkInfoFile, ApkInfo.APK_LIST_LOCATION); in run()
253 mApkInfoFile.getParentFile()); in run()
307 mApkInfoFile = new File(mApkInfoFileName); in initApkList()
309 mApkInfoFile = new File(getApkDir(), "apk-info.xml"); in initApkList()
311 if (!mApkInfoFile.exists()) { in initApkList()
317 mApkInfoFile = File.createTempFile("apk-info", ".xml"); in initApkList()
318 try (OutputStream ostream = new FileOutputStream(mApkInfoFile)) { in initApkList()
321 mApkInfoFile.deleteOnExit(); in initApkList()
[all …]