userlibandfileserver/fileserver/sfat32/inc/sl_std.h
branchRCL_3
changeset 80 597aaf25e343
parent 62 4a8fed1c0ef6
child 87 2f92ad2dc5db
equal deleted inserted replaced
62:4a8fed1c0ef6 80:597aaf25e343
  1071 calculates the number of VFat directory entries for a given file/directory name length
  1071 calculates the number of VFat directory entries for a given file/directory name length
  1072 
  1072 
  1073 @param the length in characters of the name
  1073 @param the length in characters of the name
  1074 @return the number of VFat entries required
  1074 @return the number of VFat entries required
  1075 */
  1075 */
  1076 TInt NumberOfVFatEntries(TInt aNameLength);
  1076 TUint NumberOfVFatEntries(TUint aNameLength);
  1077 /**
  1077 /**
  1078 Calculates the check sum for a standard directory entry
  1078 Calculates the check sum for a standard directory entry
  1079 
  1079 
  1080 @param the Dos name for the directory entry
  1080 @param the Dos name for the directory entry
  1081 @return the checksum
  1081 @return the checksum