kerneltest/f32test/server/t_fsrv.cpp
branchGCC_SURGE
changeset 210 b592f7984442
parent 109 b3a1d9898418
child 221 39b39e1a406e
equal deleted inserted replaced
209:6035754ebf88 210:b592f7984442
   295 	else if (GetDriveLFFS()==aDrive)
   295 	else if (GetDriveLFFS()==aDrive)
   296 		{
   296 		{
   297         if (anInfo.iType==EMediaNotPresent)
   297         if (anInfo.iType==EMediaNotPresent)
   298             return;
   298             return;
   299 
   299 
   300 		test_Value(anInfo.iDriveAtt, anInfo.iDriveAtt&(KDriveAttLocal|KDriveAttInternal)==KDriveAttLocal|KDriveAttInternal);	// LFFS sets KDriveAttTransaction as well
   300 		test_Value(anInfo.iDriveAtt, (anInfo.iDriveAtt&(KDriveAttLocal|KDriveAttInternal))==(KDriveAttLocal|KDriveAttInternal));	// LFFS sets KDriveAttTransaction as well
   301         test_Value(anInfo.iType, anInfo.iType==EMediaFlash);
   301         test_Value(anInfo.iType, anInfo.iType==EMediaFlash);
   302         test_Value(anInfo.iMediaAtt, anInfo.iMediaAtt==KMediaAttFormattable);
   302         test_Value(anInfo.iMediaAtt, anInfo.iMediaAtt==KMediaAttFormattable);
   303 		}
   303 		}
   304 /*
   304 /*
   305 Why assume certain drive letters can only refer to certain drive types?
   305 Why assume certain drive letters can only refer to certain drive types?