Searched refs:StripExecutableOrSharedLib (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/build/soong/rust/ |
H A D | strip.go | 30 func (s *Stripper) StripExecutableOrSharedLib(ctx ModuleContext, in android.Path, out android.Modul… func 32 s.Stripper.StripExecutableOrSharedLib(ctx, in, out, ccFlags)
|
H A D | binary.go | 147 binary.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile)
|
H A D | library.go | 569 library.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile)
|
/aosp_15_r20/build/soong/cc/ |
H A D | prebuilt.go | 161 p.stripper.StripExecutableOrSharedLib(ctx, in, stripped, stripFlags) 481 p.stripper.StripExecutableOrSharedLib(ctx, in, stripped, flagsToStripFlags(flags))
|
H A D | binary.go | 364 binary.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile, stripFlags) 393 binary.stripper.StripExecutableOrSharedLib(ctx, versionedOutputFile, out, stripFlags)
|
H A D | strip.go | 86 func (stripper *Stripper) StripExecutableOrSharedLib(actx android.ModuleContext, in android.Path, func
|
H A D | vndk_prebuilt.go | 152 p.stripper.StripExecutableOrSharedLib(ctx, in, stripped, stripFlags)
|
H A D | library.go | 1123 library.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile, stripFlags) 1141 library.stripper.StripExecutableOrSharedLib(ctx, versionedOutputFile, out, stripFlags)
|