Searched refs:archive (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DGroupReader.h49 /// of the archive node
52 : archive(pArchive), input(pIterator) {
54 Archive& archive; member in struct:mcld::GroupReader::ArchiveListEntry
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp48 // record the archive files in this sub-tree
76 // is an archive
79 // record the Archive used by each archive node
83 // read archive
117 // after read in all the archives, traverse the archive list in a loop until
125 Archive& ar = (*it)->archive;
126 // if --whole-archive is given to this archive, no need to read it again
134 // after all needed member included, merge the archive sub-tree to main
137 Archive& ar = (*it)->archive;
[all...]
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java136 private static boolean isModified(Context context, File archive, long currentCrc) { argument
138 return (prefs.getLong(KEY_TIME_STAMP, NO_VALUE) != getTimeStamp(archive))
142 private static long getTimeStamp(File archive) { argument
143 long timeStamp = archive.lastModified();
152 private static long getZipCrc(File archive) throws IOException { argument
153 long computedValue = ZipUtil.getZipCrc(archive);
/frameworks/base/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java160 File archive= new File(path);
161 if (!archive.exists())
164 zipFile= new ZipFile(archive);
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java382 File archive = tarballFile(mFullTargetPackage);
384 if (archive.exists()) {
385 archive.delete();
577 * to receive the next chunk of the archive. This sequence will be repeated until the
587 * streamed archive.
610 Log.e(TAG, "Unable to read archive for " + name);
627 Log.w(TAG, "read() of archive file returned 0; treating as EOF");
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp198 // is an archive
204 Archive archive(**input, m_pBuilder->getInputBuilder());
205 getArchiveReader()->readArchive(m_Config, archive);
206 if(archive.numOfObjectMember() > 0) {
208 archive.inputs());

Completed in 3941 milliseconds