Home
last modified time | relevance | path

Searched defs:addFile (Results 1 – 7 of 7) sorted by relevance

/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
DIArchiveBuilder.java32 void addFile(File file, String archivePath) throws ApkCreationException, in addFile() method
DApkBuilder.java485 public void addFile(File file, String archivePath) throws ApkCreationException, in addFile() method in ApkBuilder
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPostCompilerBuilder.java758 public void addFile(IFile file, IFolder rootFolder) throws ApkCreationException { in addFile() method in PostCompilerBuilder.JarBuilder
780 public void addFile(File file, String archivePath) throws ApkCreationException, in addFile() method in PostCompilerBuilder.JarBuilder
793 private void addFile(InputStream content, long lastModified, String archivePath) in addFile() method in PostCompilerBuilder.JarBuilder
/sdk/ide_common/src/com/android/ide/common/resources/
DResourceFolder.java120 public void addFile(ResourceFile file) { in addFile() method in ResourceFolder
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoring.java320 TextFileChange addFile = new TextFileChange("Create new separate layout", file); in computeChanges() local
DExtractStyleRefactoring.java337 TextFileChange addFile = new TextFileChange("Create new separate style declaration", file); in computeChanges() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java911 private void addFile(IFile dest, byte[] source, IProgressMonitor monitor) throws CoreException { in addFile() method