Home
last modified time | relevance | path

Searched refs:osResPaths (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DBuildHelper.java249 ArrayList<String> osResPaths = new ArrayList<String>(); in packageResources() local
257 addFolderToList(osResPaths, cacheFolder); in packageResources()
258 addFolderToList(osResPaths, bcFolder); in packageResources()
261 osResPaths.add(resLocation.toOSString()); in packageResources()
270 addFolderToList(osResPaths, libCacheFolder); in packageResources()
273 addFolderToList(osResPaths, libBcFolder); in packageResources()
277 addFolderToList(osResPaths, libResFolder); in packageResources()
289 executeAapt(COMMAND_PACKAGE, osManifestPath, osResPaths, osAssetsPath, in packageResources()
874 List<String> osResPaths, String osAssetsPath, String osOutFilePath, in executeAapt() argument
889 for (String path : osResPaths) { in executeAapt()
[all …]