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

/frameworks/base/packages/ExternalStorageProvider/
H A DAndroid.mk8 LOCAL_STATIC_JAVA_LIBRARIES := android-support-documents-archive
/frameworks/base/packages/Shell/
H A DAndroid.mk9 android-support-documents-archive
/frameworks/compile/mclinker/include/mcld/LD/
H A DGroupReader.h48 /// of the archive node
51 : archive(pArchive), input(pIterator) {}
52 Archive& archive; member in struct:mcld::GroupReader::ArchiveListEntry
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp46 // record the archive files in this sub-tree
74 // is an archive
77 // record the Archive used by each archive node
81 // read archive
111 // after read in all the archives, traverse the archive list in a loop until
119 Archive& ar = (*it)->archive;
120 // if --whole-archive is given to this archive, no need to read it again
128 // after all needed member included, merge the archive sub-tree to main
131 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/compile/mclinker/lib/Script/
H A DInputCmd.cpp137 // In the system with shared object support, we can find both archive
140 // with --static, we must search an archive.
143 // otherwise, with --Bdynamic, we can find either an archive or a
149 // archive
200 Archive archive(**input, m_Builder);
201 m_ArchiveReader.readArchive(m_Config, archive);
202 if (archive.numOfObjectMember() > 0) {
203 m_InputTree.merge<InputTree::Inclusive>(input, archive.inputs());
/frameworks/support/documents-archive/
H A DAndroid.mk21 # android-support-documents-archive \
28 LOCAL_MODULE := android-support-documents-archive
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DDocumentArchiveTest.java89 loadArchive(R.raw.archive);
236 loadArchive(R.raw.archive);
242 loadArchive(R.raw.archive);
250 loadArchive(R.raw.archive);
265 loadArchive(R.raw.archive);
H A DStubProvider.java76 file = TestUtils.createFileFromResource(getContext(), R.raw.archive);
/frameworks/support/documents-archive/tests/
H A DAndroid.mk25 android-support-documents-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.java416 File archive = tarballFile(mFullTargetPackage);
418 if (archive.exists()) {
419 archive.delete();
621 * to receive the next chunk of the archive. This sequence will be repeated until the
631 * streamed archive.
654 Log.e(TAG, "Unable to read archive for " + name);
671 Log.w(TAG, "read() of archive file returned 0; treating as EOF");
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp197 // is an archive
202 Archive archive(**input, m_pBuilder->getInputBuilder());
203 getArchiveReader()->readArchive(m_Config, archive);
204 if (archive.numOfObjectMember() > 0) {
206 archive.inputs());

Completed in 421 milliseconds