Searched defs:entry (Results 1 - 10 of 10) sorted by relevance

/build/make/tools/ziptime/
H A DZipFile.cpp165 int entry; local
166 for (entry = 0; entry < mEOCD.mTotalNumEntries; entry++) {
/build/tools/ziptime/
H A DZipFile.cpp165 int entry; local
166 for (entry = 0; entry < mEOCD.mTotalNumEntries; entry++) {
/build/make/tools/atree/
H A Dfiles.cpp393 add_more(const string& entry, bool isDir, argument
399 r.sourceName = path_append(rec.sourceName, entry);
407 r.outName = path_append(rec.outName, entry);
449 string entry = path_append(path, ent->d_name); local
451 add_more(entry, is_directory, rec, more);
453 dirs.push_back(entry);
/build/tools/atree/
H A Dfiles.cpp393 add_more(const string& entry, bool isDir, argument
399 r.sourceName = path_append(rec.sourceName, entry);
407 r.outName = path_append(rec.outName, entry);
449 string entry = path_append(path, ent->d_name); local
451 add_more(entry, is_directory, rec, more);
453 dirs.push_back(entry);
/build/make/tools/zipalign/
H A DZipFile.cpp136 * Return the Nth entry in the archive.
147 * Find an entry by name.
310 int entry; local
311 for (entry = 0; entry < mEOCD.mTotalNumEntries; entry++) {
507 * Add an entry by copying it from another zip file. If "padding" is
511 * If "ppEntry" is non-NULL, a pointer to the new entry will be returned.
615 * Add an entry by copying it from another zip file, recompressing with
618 * If "ppEntry" is non-NULL, a pointer to the new entry wil
[all...]
/build/tools/zipalign/
H A DZipFile.cpp136 * Return the Nth entry in the archive.
147 * Find an entry by name.
310 int entry; local
311 for (entry = 0; entry < mEOCD.mTotalNumEntries; entry++) {
507 * Add an entry by copying it from another zip file. If "padding" is
511 * If "ppEntry" is non-NULL, a pointer to the new entry will be returned.
615 * Add an entry by copying it from another zip file, recompressing with
618 * If "ppEntry" is non-NULL, a pointer to the new entry wil
[all...]
/build/make/tools/ijar/
H A Dzip.cc150 // Copy of the last filename entry - Null-terminated.
180 // Read one entry from input zip file
232 // Sizes of the file entry
262 u1 *header_ptr; // Current pointer to "compression method" entry.
279 // entry in "entries".
306 // Process the next entry in the central directory. Also make sure that the
549 // - whether the entry is a class file (to be included in the output).
550 // Precondition: p points to the beginning of an entry in the central dir
551 // Postcondition: p points to the beginning of the next entry in the central dir
766 LocalFileEntry *entry local
801 LocalFileEntry *entry = entries_[ii]; local
841 LocalFileEntry *entry = new LocalFileEntry; local
[all...]
H A Dclassfile.cc470 Entry *entry = new Entry; local
471 entry->inner_class_info = constant(get_u2be(p));
472 entry->outer_class_info = constant(get_u2be(p));
473 entry->inner_name = constant(get_u2be(p));
474 entry->inner_class_access_flags = get_u2be(p);
476 attr->entries_.push_back(entry);
483 // We keep an entry if the constant referring to the inner class is already
492 Entry* entry = entries_[i_entry]; local
493 if (entry->inner_class_info->Kept() ||
494 used_class_names.find(entry
524 Entry *entry = entries_[*it]; local
870 TypePathEntry entry; local
[all...]
/build/tools/ijar/
H A Dzip.cc150 // Copy of the last filename entry - Null-terminated.
180 // Read one entry from input zip file
232 // Sizes of the file entry
262 u1 *header_ptr; // Current pointer to "compression method" entry.
279 // entry in "entries".
306 // Process the next entry in the central directory. Also make sure that the
549 // - whether the entry is a class file (to be included in the output).
550 // Precondition: p points to the beginning of an entry in the central dir
551 // Postcondition: p points to the beginning of the next entry in the central dir
766 LocalFileEntry *entry local
801 LocalFileEntry *entry = entries_[ii]; local
841 LocalFileEntry *entry = new LocalFileEntry; local
[all...]
H A Dclassfile.cc470 Entry *entry = new Entry; local
471 entry->inner_class_info = constant(get_u2be(p));
472 entry->outer_class_info = constant(get_u2be(p));
473 entry->inner_name = constant(get_u2be(p));
474 entry->inner_class_access_flags = get_u2be(p);
476 attr->entries_.push_back(entry);
483 // We keep an entry if the constant referring to the inner class is already
492 Entry* entry = entries_[i_entry]; local
493 if (entry->inner_class_info->Kept() ||
494 used_class_names.find(entry
524 Entry *entry = entries_[*it]; local
870 TypePathEntry entry; local
[all...]

Completed in 167 milliseconds