Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h82 static bool Strip(File* file, std::string* error_msg);
Delf_file_impl.h135 bool Strip(std::string* error_msg);
Delf_file.cc1395 bool ElfFileImpl<ElfTypes>::Strip(std::string* error_msg) { in Strip() function in art::ElfFileImpl
1851 bool ElfFile::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFile
1858 return elf_file->elf64_->Strip(error_msg); in Strip()
1860 return elf_file->elf32_->Strip(error_msg); in Strip()