filesystemuis/memscaneng/serverinc/msenginfoarray.h
branchRCL_3
changeset 15 18e505e3f370
parent 0 6a9f87576119
equal deleted inserted replaced
14:efe289f793e7 15:18e505e3f370
   118         /**
   118         /**
   119         * Add new file size to the result array.
   119         * Add new file size to the result array.
   120         * @param aUid The file UID type in question
   120         * @param aUid The file UID type in question
   121         * @param aSize Size of the file
   121         * @param aSize Size of the file
   122         */
   122         */
   123         inline void AddSizeByUidL(TInt aUid, TInt aSize);
   123         inline void AddSizeByUidL(TInt aUid, TInt64 aSize);
   124 
   124 
   125         /**
   125         /**
   126         * Add new file size to the result array.
   126         * Add new file size to the result array.
   127         * @param aExt Filename extension type in question
   127         * @param aExt Filename extension type in question
   128         * @param aSize Size of the file
   128         * @param aSize Size of the file
   129         */
   129         */
   130         inline void AddSizeByExtL(TInt aExt, TInt aSize);
   130         inline void AddSizeByExtL(TInt aExt, TInt64 aSize);
   131 
   131 
   132         /**
   132         /**
   133         * Add scan result af a specific data group.
   133         * Add scan result af a specific data group.
   134         * @param aGroupIndex Data group in question
   134         * @param aGroupIndex Data group in question
   135         * @param aSize Size of the file
   135         * @param aSize Size of the file
   136         */
   136         */
   137         inline void AddSizeByGroupL(TInt aGroupIndex, TInt aSize);
   137         inline void AddSizeByGroupL(TInt aGroupIndex, TInt64 aSize);
   138 
   138 
   139         /**
   139         /**
   140         * Query if the directory is in the list of directories to be 
   140         * Query if the directory is in the list of directories to be 
   141         * excluded from scanning, or is a subdirectory of one
   141         * excluded from scanning, or is a subdirectory of one
   142         * @param aDirectory Path of the directory
   142         * @param aDirectory Path of the directory