Home | History | Annotate | Download | only in ui

Lines Matching refs:parentFile

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