userlibandfileserver/fileserver/inc/f32fsys.h
branchRCL_3
changeset 42 a179b74831c9
parent 41 0ffb4e86fcc9
child 43 c1f20ce4abcf
equal deleted inserted replaced
41:0ffb4e86fcc9 42:a179b74831c9
  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);
  1632 
  1633 
  1633 
  1634 
  1634     TInt64 CachedSize64() const;
  1635     TInt64 CachedSize64() const;
  1635 	void SetCachedSize64(TInt64 aSize);
  1636 	void SetCachedSize64(TInt64 aSize);
  1636 	TInt FindLock64(TInt64 aPosLow,TInt64 aPosHigh);
  1637 	TInt FindLock64(TInt64 aPosLow,TInt64 aPosHigh);