Home
last modified time | relevance | path

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

/build/soong/rust/
Dproject_json.go144 *procMacroDylib = procDec.baseCompiler.unstrippedOutputFilePath().String()
Dcompiler.go75 unstrippedOutputFilePath() android.Path methodSpec
519 func (compiler *baseCompiler) unstrippedOutputFilePath() android.Path { func
Drust.go743 return mod.compiler.unstrippedOutputFilePath()
1124 …ler.strippedOutputFilePath(), android.OptionalPathForPath(mod.compiler.unstrippedOutputFilePath()))
1242 ctx.SetOutputFiles(android.PathsIfNonNil(mod.compiler.unstrippedOutputFilePath()), "unstripped")
/build/soong/cc/
Dobject.go221 func (object *objectLinker) unstrippedOutputFilePath() android.Path { func
Dbinary.go449 func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path { func
Dcc.go786 unstrippedOutputFilePath() android.Path methodSpec
1404 return c.linker.unstrippedOutputFilePath()
2523 ctx.SetOutputFiles(android.PathsIfNonNil(c.linker.unstrippedOutputFilePath()), "unstripped")
Dlibrary.go1355 func (library *libraryDecorator) unstrippedOutputFilePath() android.Path { func