Searched defs:archives (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc610 // TODO(hidehiko): Is it necessary to unmount mounted archives, too, here?
692 std::vector<VolumeInfo> archives; local
702 archives.push_back(CreateVolumeInfoFromMountPointInfo(it->second, NULL));
712 // We mount archives only if they are opened from currently mounted volumes.
714 std::vector<bool> done(archives.size(), false);
715 for (size_t i = 0; i < archives.size(); ++i) {
721 chain.push_back(archives[i]);
723 // If archives[i]'s source_path is in another archive, mount it first.
724 for (size_t parent = i + 1; parent < archives.size(); ++parent) {
726 archives[paren
[all...]
/external/elfutils/0.153/src/
H A Dld.h43 /* Methods for handling archives. */
108 /* How to extract elements from archives. */
746 /* List of all archives participating, in this order. */
747 struct usedfiles *archives; member in struct:ld_state
818 /* How to extract elements from archives. */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 246 milliseconds