userlibandfileserver/fileserver/inc/f32fsys.h
branchRCL_3
changeset 294 039a3e647356
parent 257 3e88ff8f41d5
equal deleted inserted replaced
268:345b1ca54e88 294:039a3e647356
  1627 	void SetSizeL(TInt64 aSize);
  1627 	void SetSizeL(TInt64 aSize);
  1628 
  1628 
  1629 	IMPORT_C TInt64 Size64() const;
  1629 	IMPORT_C TInt64 Size64() const;
  1630 	IMPORT_C void SetSize64(TInt64 aSize, TBool aDriveLocked);
  1630 	IMPORT_C void SetSize64(TInt64 aSize, TBool aDriveLocked);
  1631     IMPORT_C void SetMaxSupportedSize(TUint64 aMaxFileSize);
  1631     IMPORT_C void SetMaxSupportedSize(TUint64 aMaxFileSize);
  1632 	IMPORT_C TBool DirectIOMode(const RMessagePtr2& aMessage);
       
  1633 
  1632 
  1634 
  1633 
  1635     TInt64 CachedSize64() const;
  1634     TInt64 CachedSize64() const;
  1636 	void SetCachedSize64(TInt64 aSize);
  1635 	void SetCachedSize64(TInt64 aSize);
  1637 	TInt FindLock64(TInt64 aPosLow,TInt64 aPosHigh);
  1636 	TInt FindLock64(TInt64 aPosLow,TInt64 aPosHigh);