Home
last modified time | relevance | path

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

/art/runtime/oat/
Delf_file.h89 static bool Strip(File* file, std::string* error_msg);
Delf_file_impl.h130 bool Strip(File* file, std::string* error_msg);
Delf_file.cc1387 bool ElfFileImpl<ElfTypes>::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFileImpl
1691 bool ElfFile::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFile
1698 return elf_file->elf64_->Strip(file, error_msg); in Strip()
1700 return elf_file->elf32_->Strip(file, error_msg); in Strip()
/art/dex2oat/
Ddex2oat_options.def51 DEX2OAT_OPTIONS_KEY (Unit, Strip)
Ddex2oat_options.cc151 .IntoKey(M::Strip) in AddGeneratedArtifactMappings()
Ddex2oat.cc1073 AssignTrueIfExists(args, M::Strip, &strip_); in ParseArgs()
/art/dex2oat/linker/
Delf_writer_quick.cc288 off_t file_size = builder_->Strip(); in StripDebugInfo()
/art/libelffile/elf/
Delf_builder.h605 off_t Strip() { in Strip() function