diff -r 3eacc0623088 -r 55f2396f6d25 persistentstorage/dbms/tdbms/t_dbperf2.cpp --- a/persistentstorage/dbms/tdbms/t_dbperf2.cpp Fri Apr 16 16:49:27 2010 +0300 +++ b/persistentstorage/dbms/tdbms/t_dbperf2.cpp Mon May 03 14:09:14 2010 +0300 @@ -1304,29 +1304,27 @@ const TDesC& file = findFile.File();//"file" variable contains the drive and the path. the file name in "file" is invalid in this case. (void)TheParse.Set(file, NULL, NULL); TPtrC driveName = TheParse.Drive(); - if(aPath.FindF(driveName) < 0) - { - goto cont; - } + if(aPath.FindF(driveName) >= 0) + { + TInt cnt = fileNameCol->Count(); + for(TInt i=0;i path; + path.Copy(aPath); + path.Append(entry.iName); + path.Append(_L("\\")); + PrintDiskUsage(path, aOffset + 4); + } + } + } // if(aPath.FindF(driveName) >= 0) - TInt cnt = fileNameCol->Count(); - for(TInt i=0;i path; - path.Copy(aPath); - path.Append(entry.iName); - path.Append(_L("\\")); - PrintDiskUsage(path, aOffset + 4); - } - } -cont: delete fileNameCol; fileNameCol = NULL; } while((err = findFile.FindWild(fileNameCol)) == KErrNone);//Get the next set of files