Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h73 static bool Strip(File* file, std::string* error_msg);
Delf_file_impl.h127 bool Strip(std::string* error_msg);
Delf_file.cc1498 bool ElfFileImpl<ElfTypes>::Strip(std::string* error_msg) { in Strip() function in art::ElfFileImpl
1911 bool ElfFile::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFile
1918 return elf_file->elf64_->Strip(error_msg); in Strip()
1920 return elf_file->elf32_->Strip(error_msg); in Strip()