equal
deleted
inserted
replaced
109 // Check attributes |
109 // Check attributes |
110 TDriveInfo info; |
110 TDriveInfo info; |
111 r=TheFs.Drive(info,aDrive); |
111 r=TheFs.Drive(info,aDrive); |
112 test_KErrNone(r); |
112 test_KErrNone(r); |
113 |
113 |
114 test.Printf(_L("iType=%d,iBattery=%d,iDriveAtt=%x,iMediaAtt=%x\n"),(TUint)info.iType,\ |
114 test.Printf(_L("iType=%d,iConnctionBusType=%d,iDriveAtt=%x,iMediaAtt=%x\n"),(TUint)info.iType,\ |
115 (TUint)info.iBattery,info.iDriveAtt,info.iMediaAtt); |
115 (TUint)info.iConnectionBusType,info.iDriveAtt,info.iMediaAtt); |
116 return c; |
116 return c; |
117 } |
117 } |
118 |
118 |
119 LOCAL_C void UnmountFileSystem(TInt aDrive) |
119 LOCAL_C void UnmountFileSystem(TInt aDrive) |
120 // |
120 // |