Home
last modified time | relevance | path

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

/art/compiler/
Delf_stripper.h29 static bool Strip(File* file);
Delf_stripper.cc30 bool ElfStripper::Strip(File* file) { in Strip() function in art::ElfStripper
/art/dex2oat/
Ddex2oat.cc1069 ElfStripper::Strip(oat_file.get()); in dex2oat()