Home | History | Annotate | Download | only in pm

Lines Matching defs:testFile

239                 File file1 = new File(fileArr[i], "testFile"+j+".txt");
293 File testFile = new File(testDir, "testFile"+i+".txt");
294 if(localLOGV) Log.i(TAG, "Creating "+i+"th test file "+testFile);
299 fos = new FileOutputStream(testFile);
301 Log.i(TAG, "Failed creating test file:"+testFile);
309 Log.i(TAG, "Failed to write to file:"+testFile);
316 Log.i(TAG, "Failed closing file:"+testFile);
321 createdFileBlks += getFileNumBlocks(testFile.length(), blkSize);
339 File testFile = new File(testDir, "testFile"+k+".txt");
340 if(!testFile.exists()) {
342 if(localLOGV) Log.i(TAG, testFile+" removed");
344 existingFileBlks += getFileNumBlocks(testFile.length(), blkSize);