HomeSort by relevance Sort by last modified time
    Searched refs:newArchive (Results 1 - 6 of 6) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveReplacement.java 33 * Creates a new replacement where the {@code newArchive} will replace the
35 * When {@code newArchive} is not intended to replace anything (e.g. because
39 * @param newArchive A "new archive" to be installed. This is always an archive
44 public ArchiveReplacement(Archive newArchive, Archive replaced) {
45 mNewArchive = newArchive;
ArchiveInstaller.java 106 Archive newArchive = archiveInfo.getNewArchive();
107 Package pkg = newArchive.getParentPackage();
112 if (newArchive.isLocal()) {
116 newArchive.getOsDescription());
123 if (checkIsCompatible && !newArchive.isCompatible()) {
126 newArchive.getOsDescription());
130 archiveFile = downloadFile(newArchive, osSdkRoot, cache, monitor, forceHttp);
438 Archive newArchive = archiveInfo.getNewArchive();
439 Package pkg = newArchive.getParentPackage();
487 if (!pkg.preInstallHook(newArchive, monitor, osSdkRoot, destFolder)) {
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java 52 * Creates a new replacement where the {@code newArchive} will replace the
54 * When {@code newArchive} is not intended to replace anything (e.g. because
58 * @param newArchive A "new archive" to be installed. This is always an archive
68 public ArchiveInfo(Archive newArchive, Archive replaced, ArchiveInfo[] dependsOn) {
69 super(newArchive, replaced);
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 202 Input *newArchive = m_pLDInfo.inputFactory().produce(archiveMemberName,
207 resultTree->insert<InputTree::Positional>(node, *newArchive);
212 InputTree *newArchiveTree = setupNewArchive(*newArchive, 0);
  /build/tools/zipalign/
ZipFile.cpp 61 bool newArchive = false;
76 newArchive = true;
78 newArchive = (access(zipFileName, F_OK) != 0);
79 if (!(flags & kOpenCreate) && newArchive) {
89 if (newArchive)
104 if (!newArchive) {
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 61 bool newArchive = false;
76 newArchive = true;
78 newArchive = (access(zipFileName, F_OK) != 0);
79 if (!(flags & kOpenCreate) && newArchive) {
89 if (newArchive)
104 if (!newArchive) {
    [all...]

Completed in 767 milliseconds