Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dcompiler.go75 unstrippedOutputFilePath() android.Path methodSpec
490 func (compiler *baseCompiler) unstrippedOutputFilePath() android.Path { func
H A Dproject_json.go144 *procMacroDylib = procDec.baseCompiler.unstrippedOutputFilePath().String()
H A Drust.go640 return mod.compiler.unstrippedOutputFilePath()
971 …ler.strippedOutputFilePath(), android.OptionalPathForPath(mod.compiler.unstrippedOutputFilePath()))
1026 ctx.SetOutputFiles(android.PathsIfNonNil(mod.compiler.unstrippedOutputFilePath()), "unstripped")
/aosp_15_r20/build/soong/cc/
H A Dobject.go221 func (object *objectLinker) unstrippedOutputFilePath() android.Path { func
H A Dbinary.go449 func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path { func
H A Dcc.go637 unstrippedOutputFilePath() android.Path methodSpec
1222 return c.linker.unstrippedOutputFilePath()
2158 ctx.SetOutputFiles(android.PathsIfNonNil(c.linker.unstrippedOutputFilePath()), "unstripped")
H A Dlibrary.go1234 func (library *libraryDecorator) unstrippedOutputFilePath() android.Path { func