userlibandfileserver/fileserver/inc/f32fsys.h
changeset 200 73ea206103e6
parent 109 b3a1d9898418
child 201 43365a9b78a3
equal deleted inserted replaced
152:657f875b013e 200:73ea206103e6
  1630 	void SetSizeL(TInt64 aSize);
  1630 	void SetSizeL(TInt64 aSize);
  1631 
  1631 
  1632 	IMPORT_C TInt64 Size64() const;
  1632 	IMPORT_C TInt64 Size64() const;
  1633 	IMPORT_C void SetSize64(TInt64 aSize, TBool aDriveLocked);
  1633 	IMPORT_C void SetSize64(TInt64 aSize, TBool aDriveLocked);
  1634     IMPORT_C void SetMaxSupportedSize(TUint64 aMaxFileSize);
  1634     IMPORT_C void SetMaxSupportedSize(TUint64 aMaxFileSize);
       
  1635 	IMPORT_C TBool DirectIOMode(const RMessagePtr2& aMessage);
  1635 
  1636 
  1636 
  1637 
  1637     TInt64 CachedSize64() const;
  1638     TInt64 CachedSize64() const;
  1638 	void SetCachedSize64(TInt64 aSize);
  1639 	void SetCachedSize64(TInt64 aSize);
  1639 	TInt FindLock64(TInt64 aPosLow,TInt64 aPosHigh);
  1640 	TInt FindLock64(TInt64 aPosLow,TInt64 aPosHigh);