Home | History | Annotate | Download | only in pm

Lines Matching defs:testFile

243                 File file1 = new File(fileArr[i], "testFile"+j+".txt");
297 File testFile = new File(testDir, "testFile"+i+".txt");
298 if(localLOGV) Log.i(TAG, "Creating "+i+"th test file "+testFile);
303 fos = new FileOutputStream(testFile);
305 Log.i(TAG, "Failed creating test file:"+testFile);
313 Log.i(TAG, "Failed to write to file:"+testFile);
320 Log.i(TAG, "Failed closing file:"+testFile);
325 createdFileBlks += getFileNumBlocks(testFile.length(), blkSize);
343 File testFile = new File(testDir, "testFile"+k+".txt");
344 if(!testFile.exists()) {
346 if(localLOGV) Log.i(TAG, testFile+" removed");
348 existingFileBlks += getFileNumBlocks(testFile.length(), blkSize);