Home | History | Annotate | Download | only in settings

Lines Matching defs:stage

427         File stage = new File(root, STAGE_FILE);
429 FileOutputStream filestream = new FileOutputStream(stage);
458 fullBackupFile(stage, data);
460 stage.delete();