Home | History | Annotate | Download | only in util

Lines Matching defs:mBasePath

54     private final File mBasePath;
99 mBasePath = Preconditions.checkNotNull(basePath);
105 mBasePath.mkdirs();
108 for (String name : mBasePath.list()) {
114 final File backupFile = new File(mBasePath, name);
116 mBasePath, name.substring(0, name.length() - SUFFIX_BACKUP.length()));
124 final File noBackupFile = new File(mBasePath, name);
126 mBasePath, name.substring(0, name.length() - SUFFIX_NO_BACKUP.length()));
140 for (String name : mBasePath.list()) {
143 new File(mBasePath, name).delete();
155 for (String name : mBasePath.list()) {
160 final File file = new File(mBasePath, name);
219 for (String name : mBasePath.list()) {
235 final File file = new File(mBasePath, name);
248 backupFile = new File(mBasePath, name + SUFFIX_BACKUP);
265 backupFile = new File(mBasePath, name + SUFFIX_NO_BACKUP);
288 for (String name : mBasePath.list()) {
295 final File file = new File(mBasePath, name);
309 for (String name : mBasePath.list()) {
339 String[] baseFiles = mBasePath.list();
354 final File file = new File(mBasePath, name);
355 final File destFile = new File(mBasePath, info.build());
362 final File file = new File(mBasePath, name);