Home
last modified time | relevance | path

Searched refs:TransformBinaryPrefixSymbols (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dobject.go128 TransformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), outputFile,
138 TransformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), input,
Dbinary.go357 TransformBinaryPrefixSymbols(ctx, String(binary.Properties.Prefix_symbols), outputFile,
Dbuilder.go910 func TransformBinaryPrefixSymbols(ctx android.ModuleContext, prefix string, inputFile android.Path, func