HomeSort by relevance Sort by last modified time
    Searched defs:stripper (Results 1 - 3 of 3) sorted by null

  /build/soong/cc/
strip.go 33 type stripper struct { type
37 func (stripper *stripper) needsStrip(ctx ModuleContext) bool {
39 return (!ctx.Config().EmbeddedInMake() || ctx.Device()) && !Bool(stripper.StripProperties.Strip.None)
42 func (stripper *stripper) strip(ctx ModuleContext, in android.Path, out android.ModuleOutPath,
47 if Bool(stripper.StripProperties.Strip.Keep_symbols) {
49 } else if len(stripper.StripProperties.Strip.Keep_symbols_list) > 0 {
50 flags.stripKeepSymbolsList = strings.Join(stripper.StripProperties.Strip.Keep_symbols_list, ",")
51 } else if !Bool(stripper.StripProperties.Strip.All)
    [all...]
  /external/skia/tools/bookmaker/
includeParser.cpp 1851 auto stripper = [](string s) -> string { local
    [all...]
  /external/skqp/tools/bookmaker/
includeParser.cpp 1850 auto stripper = [](string s) -> string { local
    [all...]

Completed in 1343 milliseconds