Home | History | Annotate | Download | only in ui

Lines Matching refs:parentFile

1452                 File parentFile = file.getParentFile();
1453 if (!parentFile.exists() && !parentFile.mkdirs()) {
1454 Log.e(TAG, "[MMS] copyPart: mkdirs for " + parentFile.getPath() + " failed!");