kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp
changeset 31 56f325a607ea
parent 0 a41df078684a
child 87 2f92ad2dc5db
child 102 ef2a444a7410
equal deleted inserted replaced
15:4122176ea935 31:56f325a607ea
    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());