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

  /art/dexlayout/
dex_visualize.cc 86 for (const dex_ir::DexFileSection& file_section : sorted_sections_) {
87 if (file_section.offset < offset) {
88 section = file_section.type;
328 const dex_ir::DexFileSection& file_section = sorted_sections[i]; local
330 if (file_section.size > 0) {
331 bytes = FindNextByteAfterSection(header, sorted_sections, i) - file_section.offset;
335 file_section.name.c_str(),
336 file_section.offset,
337 file_section.size,
  /external/nos/host/generic/citadel/updater/
updater.cpp 66 enum hdr_section file_section; member in struct:__anon30749::options_s
556 switch (options.file_section) {
799 if (options.file_section &&
901 options.file_section = parse_section(optarg);

Completed in 168 milliseconds