baseport/syborg/svphostfs/fs/svphostmnt.cpp
changeset 121 f4712cc7c69e
parent 16 73107a0bc259
equal deleted inserted replaced
120:1dadaac0175a 121:f4712cc7c69e
   248 	TSVPHostFsEntryInfo info(driveNumber, name);
   248 	TSVPHostFsEntryInfo info(driveNumber, name);
   249 	User::LeaveIfError(SVP_HOST_FS_DEVICE().Entry(info));
   249 	User::LeaveIfError(SVP_HOST_FS_DEVICE().Entry(info));
   250 	anEntry.iAtt=info.iAtt&KEntryAttMaskSupported;
   250 	anEntry.iAtt=info.iAtt&KEntryAttMaskSupported;
   251 	anEntry.iSize=info.iSize;
   251 	anEntry.iSize=info.iSize;
   252 	fileTimeToTime(info.iModified,anEntry.iModified, info.iTimeType);
   252 	fileTimeToTime(info.iModified,anEntry.iModified, info.iTimeType);
   253 
   253 	if (anEntry.iSize>=(TInt)sizeof(TCheckedUid))
       
   254 		{
       
   255 		ReadUidL(aName,anEntry);
       
   256 		}
   254 	}
   257 	}
   255 
   258 
   256 void timeToFileTime(TUint32& t,const TTime& aTime, TFileTimeType aType);
   259 void timeToFileTime(TUint32& t,const TTime& aTime, TFileTimeType aType);
   257 
   260 
   258 void CSVPHostMountCB::SetEntryL(const TDesC& aName,const TTime& aTime,TUint aSetAttMask,TUint aClearAttMask)
   261 void CSVPHostMountCB::SetEntryL(const TDesC& aName,const TTime& aTime,TUint aSetAttMask,TUint aClearAttMask)