Searched refs:Strip (Results 1 – 8 of 8) sorted by relevance
87 static bool Strip(File* file, std::string* error_msg);
133 bool Strip(File* file, std::string* error_msg);
1430 bool ElfFileImpl<ElfTypes>::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFileImpl1888 bool ElfFile::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFile1895 return elf_file->elf64_->Strip(file, error_msg); in Strip()1897 return elf_file->elf32_->Strip(file, error_msg); in Strip()
50 DEX2OAT_OPTIONS_KEY (Unit, Strip)
102 .IntoKey(M::Strip) in AddGeneratedArtifactMappings()
1122 AssignTrueIfExists(args, M::Strip, &strip_); in ParseArgs()
284 off_t file_size = builder_->Strip(); in StripDebugInfo()
593 off_t Strip() { in Strip() function