Home
last modified time | relevance | path

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

/system/gsid/tests/
DDSUEndtoEndTest.java60 private String mSystemImagePath; field in DSUEndtoEndTest
80 if (mSystemImagePath == null) { in testDSU()
95 mSystemImagePath = new File(outputDir, "system_a.img").getAbsolutePath(); in testDSU()
106 mSystemImagePath = system.getAbsolutePath(); in testDSU()
110 File gsi = new File(mSystemImagePath); in testDSU()
112 String[] cmd = {simg2imgPath, mSystemImagePath, mSystemImagePath + ".raw"}; in testDSU()
116 mUnsparseSystemImage = new File(mSystemImagePath + ".raw"); in testDSU()