149 * @since S60 5.0 |
149 * @since S60 5.0 |
150 */ |
150 */ |
151 void ConstructL(); |
151 void ConstructL(); |
152 |
152 |
153 /** |
153 /** |
154 * Retrieves manifest files from all internal drives in |
154 * Retrieves manifest files from all internal drives under the |
155 * \\private\200159C0\install\ paths. |
155 * \\private\200159C0\install\ path. |
156 * @since S60 5.0 |
156 * @since S60 5.2 |
157 * @param aFileArray An array of file names |
157 * @param aFileArray An array of file names |
158 */ |
158 */ |
159 void FindInstallationFilesL( |
159 void FindInstallFilesL( |
160 RPointerArray<HBufC>& aFileArray ); |
160 RPointerArray<HBufC>& aFileArray ); |
161 |
161 void DoFindInstallFilesL( |
162 void DoFindInstallationFilesL( |
162 RPointerArray<HBufC>& aFileArray, |
|
163 const TDesC& aPath ); |
|
164 |
|
165 /** |
|
166 * Retrieves manifest files from all internal drives under the |
|
167 * \\private\200159C0\import\ path. |
|
168 * @since S60 5.2 |
|
169 * @param aFileArray An array of file names |
|
170 */ |
|
171 void FindImportFilesL( |
|
172 RPointerArray<HBufC>& aFileArray ); |
|
173 void DoFindImportFilesL( |
163 RPointerArray<HBufC>& aFileArray, |
174 RPointerArray<HBufC>& aFileArray, |
164 const TDesC& aPath ); |
175 const TDesC& aPath ); |
165 |
176 |
166 /** |
177 /** |
167 * Finds an installation file from a directory structure |
178 * Finds an installation file from a directory structure |