Home
last modified time | relevance | path

Searched refs:StripExecutableOrSharedLib (Results 1 – 7 of 7) sorted by relevance

/build/soong/rust/
Dstrip.go30 func (s *Stripper) StripExecutableOrSharedLib(ctx ModuleContext, in android.Path, out android.Modul… func
32 s.Stripper.StripExecutableOrSharedLib(ctx, in, out, ccFlags)
Dlibrary.go476 library.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile)
/build/soong/cc/
Dstrip.go86 func (stripper *Stripper) StripExecutableOrSharedLib(actx android.ModuleContext, in android.Path, func
Dvndk_prebuilt.go153 p.stripper.StripExecutableOrSharedLib(ctx, in, stripped, stripFlags)
Dprebuilt.go144 p.stripper.StripExecutableOrSharedLib(ctx, in, stripped, stripFlags)
469 p.stripper.StripExecutableOrSharedLib(ctx, in, stripped, flagsToStripFlags(flags))
Dbinary.go368 binary.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile, stripFlags)
397 binary.stripper.StripExecutableOrSharedLib(ctx, versionedOutputFile, out, stripFlags)
Dlibrary.go1253 library.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile, stripFlags)
1271 library.stripper.StripExecutableOrSharedLib(ctx, versionedOutputFile, out, stripFlags)