kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp
branchanywhere
changeset 41 d32f34975bbf
parent 31 56f325a607ea
child 87 2f92ad2dc5db
child 102 ef2a444a7410
equal deleted inserted replaced
40:04a1b74efd48 41:d32f34975bbf
    81 TInt gFsDriveNumber	= -1;
    81 TInt gFsDriveNumber	= -1;
    82 	
    82 	
    83 RTest test(_L("T_TBUS_DATAPAGING"));
    83 RTest test(_L("T_TBUS_DATAPAGING"));
    84 _LIT(KChunkName, "t_datapaging chunk");
    84 _LIT(KChunkName, "t_datapaging chunk");
    85 
    85 
    86 const TUint KDriveAttMask = KDriveAttLocal | KDriveAttRom | KDriveAttInternal | KDriveAttRemovable | KDriveAttRemote;
    86 const TUint KDriveAttMask = KDriveAttLocal | KDriveAttRom | KDriveAttRemote;
    87 const TUint KMediaAttMask = KMediaAttVariableSize | KMediaAttDualDensity | KMediaAttLockable | KMediaAttLocked | KMediaAttHasPassword  | KMediaAttReadWhileWrite;
    87 const TUint KMediaAttMask = KMediaAttVariableSize | KMediaAttDualDensity | KMediaAttLockable | KMediaAttLocked | KMediaAttHasPassword  | KMediaAttReadWhileWrite;
    88 
    88 
    89 void CreatePagedChunk(TInt aSizeInPages, TInt aWipeByte = -1)
    89 void CreatePagedChunk(TInt aSizeInPages, TInt aWipeByte = -1)
    90 	{
    90 	{
    91 	test_Equal(0,gMyChunk.Handle());
    91 	test_Equal(0,gMyChunk.Handle());