Home
last modified time | relevance | path

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

/build/soong/cc/
Dobject.go241 transformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), outputFile,
251 transformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), input,
Dbinary.go376 transformBinaryPrefixSymbols(ctx, String(binary.Properties.Prefix_symbols), outputFile,
Dbuilder.go976 func transformBinaryPrefixSymbols(ctx android.ModuleContext, prefix string, inputFile android.Path, func