Searched refs:unstrippedOutputFilePath (Results 1 – 7 of 7) sorted by relevance
75 unstrippedOutputFilePath() android.Path methodSpec490 func (compiler *baseCompiler) unstrippedOutputFilePath() android.Path { func
144 *procMacroDylib = procDec.baseCompiler.unstrippedOutputFilePath().String()
640 return mod.compiler.unstrippedOutputFilePath()971 …ler.strippedOutputFilePath(), android.OptionalPathForPath(mod.compiler.unstrippedOutputFilePath()))1026 ctx.SetOutputFiles(android.PathsIfNonNil(mod.compiler.unstrippedOutputFilePath()), "unstripped")
221 func (object *objectLinker) unstrippedOutputFilePath() android.Path { func
449 func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path { func
637 unstrippedOutputFilePath() android.Path methodSpec1222 return c.linker.unstrippedOutputFilePath()2158 ctx.SetOutputFiles(android.PathsIfNonNil(c.linker.unstrippedOutputFilePath()), "unstripped")
1234 func (library *libraryDecorator) unstrippedOutputFilePath() android.Path { func