Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h87 static bool Strip(File* file, std::string* error_msg);
Delf_file_impl.h133 bool Strip(File* file, std::string* error_msg);
Delf_file.cc1421 bool ElfFileImpl<ElfTypes>::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFileImpl
1879 bool ElfFile::Strip(File* file, std::string* error_msg) { in Strip() function in art::ElfFile
1886 return elf_file->elf64_->Strip(file, error_msg); in Strip()
1888 return elf_file->elf32_->Strip(file, error_msg); in Strip()
/art/dex2oat/
Ddex2oat_options.def50 DEX2OAT_OPTIONS_KEY (Unit, Strip)
Ddex2oat_options.cc102 .IntoKey(M::Strip) in AddGeneratedArtifactMappings()
Ddex2oat.cc1316 AssignTrueIfExists(args, M::Strip, &strip_); in ParseArgs()
/art/dex2oat/linker/
Delf_writer_quick.cc284 off_t file_size = builder_->Strip(); in StripDebugInfo()
/art/libelffile/elf/
Delf_builder.h593 off_t Strip() { in Strip() function