Lines Matching refs:add
143 mZipList.add(path); in createZip()
165 mSourceList.add(path); in createSourcefolder()
174 mJarfolderList.add(path); in createJarfolder()
183 mJarfileList.add(path); in createJarfile()
192 mNativeList.add(path); in createNativefolder()
233 inputPaths.add(resourceInputPath); in execute()
237 inputPaths.add(new InputPath(dexFile)); in execute()
245 zipFiles.add(f); in execute()
246 inputPaths.add(new InputPath(f)); in execute()
256 sourceFolderList.add(f); in execute()
259 inputPaths.add(new SourceFolderInputPath(f)); in execute()
280 jarFileList.add(f); in execute()
281 inputPaths.add(new InputPath(f)); in execute()
291 jarFileList.add(f); in execute()
292 inputPaths.add(new InputPath(f)); in execute()
310 inputPaths.add(new InputPath(entry.mFile)); in execute()