Home | History | Annotate | Download | only in cts

Lines Matching defs:dirName

165             String dirName = getContext().getFilesDir().getAbsolutePath();
167 sourceChunks.saveToFile(new File(dirName, fileName));
173 String dirName = getContext().getFilesDir().getAbsolutePath();
175 destChunks.saveToFile(new File(dirName, fileName));