Home
last modified time | relevance | path

Searched defs:Stripper (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dstrip.go48 type Stripper struct { struct
49 StripProperties StripProperties
53 func (stripper *Stripper) NeedsStrip(actx android.ModuleContext) bool {
62 … (stripper *Stripper) strip(actx android.ModuleContext, in android.Path, out android.ModuleOutPath,
86 func (stripper *Stripper) StripExecutableOrSharedLib(actx android.ModuleContext, in android.Path,
94 …r *Stripper) StripStaticLib(actx android.ModuleContext, in android.Path, out android.ModuleOutPath,
/build/soong/rust/
Dstrip.go24 type Stripper struct { struct
25 cc.Stripper anonMember
30 …ripper) StripExecutableOrSharedLib(ctx ModuleContext, in android.Path, out android.ModuleOutPath) {