Searched refs:Strip (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Delf_stripper.h27 // Strip an ELF file of unneeded debugging information.
29 static bool Strip(File* file);
H A Delf_stripper.cc30 bool ElfStripper::Strip(File* file) { function in class:art::ElfStripper
/art/dex2oat/
H A Ddex2oat.cc1066 // Strip unneeded sections for target
1069 ElfStripper::Strip(oat_file.get());

Completed in 3747 milliseconds