Home
last modified time | relevance | path

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

/aosp_15_r20/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.go147 binary.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile)
H A Dlibrary.go569 library.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile)
/aosp_15_r20/build/soong/cc/
H A Dprebuilt.go161 p.stripper.StripExecutableOrSharedLib(ctx, in, stripped, stripFlags)
481 p.stripper.StripExecutableOrSharedLib(ctx, in, stripped, flagsToStripFlags(flags))
H A Dbinary.go364 binary.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile, stripFlags)
393 binary.stripper.StripExecutableOrSharedLib(ctx, versionedOutputFile, out, stripFlags)
H A Dstrip.go86 func (stripper *Stripper) StripExecutableOrSharedLib(actx android.ModuleContext, in android.Path, func
H A Dvndk_prebuilt.go152 p.stripper.StripExecutableOrSharedLib(ctx, in, stripped, stripFlags)
H A Dlibrary.go1123 library.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile, stripFlags)
1141 library.stripper.StripExecutableOrSharedLib(ctx, versionedOutputFile, out, stripFlags)