Home
last modified time | relevance | path

Searched refs:strippedOutputFile (Results 1 – 5 of 5) sorted by relevance

/build/soong/rust/
Dlibrary.go475 strippedOutputFile := android.PathForModuleOut(ctx, "stripped", fileName)
476 library.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile)
477 library.strippedOutputFile = android.OptionalPathForPath(strippedOutputFile)
Dandroidmk.go189 } else if compiler.strippedOutputFile.Valid() {
191 ret.OutputFile = compiler.strippedOutputFile
Dcompiler.go172 strippedOutputFile android.OptionalPath member
297 return compiler.strippedOutputFile
/build/soong/cc/
Dbinary.go366 strippedOutputFile := outputFile
368 binary.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile, stripFlags)
Dlibrary.go1251 strippedOutputFile := outputFile
1253 library.stripper.StripExecutableOrSharedLib(ctx, outputFile, strippedOutputFile, stripFlags)