Searched refs:mSubPlanFile (Results 1 – 1 of 1) sorted by relevance
123 File mSubPlanFile = null; field in SubPlanHelper194 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()