Home
last modified time | relevance | path

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

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