Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java123 File mSubPlanFile = null; field in SubPlanHelper
194 subPlan.serialize(new BufferedOutputStream(new FileOutputStream(mSubPlanFile))); in createAndSerializeSubPlan()
196 mSubPlanName, mSubPlanFile.getAbsolutePath()); in createAndSerializeSubPlan()
197 return mSubPlanFile; in createAndSerializeSubPlan()
199 CLog.e("Failed to create plan file %s", mSubPlanFile.getAbsolutePath()); in createAndSerializeSubPlan()
414 mSubPlanFile = new File(buildHelper.getSubPlansDir(), mSubPlanName + XML_EXT); in setupFields()
415 if (mSubPlanFile.exists()) { in setupFields()