Searched refs:Strip (Results 1 – 8 of 8) sorted by relevance
89 static bool Strip(File* file, std::string* error_msg);
130 bool Strip(File* file, std::string* error_msg);
1387 bool ElfFileImpl<ElfTypes>::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFileImpl1691 bool ElfFile::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFile1698 return elf_file->elf64_->Strip(file, error_msg); in Strip()1700 return elf_file->elf32_->Strip(file, error_msg); in Strip()
51 DEX2OAT_OPTIONS_KEY (Unit, Strip)
151 .IntoKey(M::Strip) in AddGeneratedArtifactMappings()
1073 AssignTrueIfExists(args, M::Strip, &strip_); in ParseArgs()
288 off_t file_size = builder_->Strip(); in StripDebugInfo()
605 off_t Strip() { in Strip() function