Searched refs:ExpandOptionalSource (Results 1 – 4 of 4) sorted by relevance
30 return ctx.ExpandOptionalSource(prop, "test_config_template")34 if p := ctx.ExpandOptionalSource(prop, "test_config"); p.Valid() {
462 versionScript := ctx.ExpandOptionalSource(466 versionScript = ctx.ExpandOptionalSource(
919 …unexportedSymbols := ctx.ExpandOptionalSource(library.Properties.Unexported_symbols_list, "unexpor…920 …forceNotWeakSymbols := ctx.ExpandOptionalSource(library.Properties.Force_symbols_not_weak_list, "f…921 …forceWeakSymbols := ctx.ExpandOptionalSource(library.Properties.Force_symbols_weak_list, "force_sy…
184 ExpandOptionalSource(srcFile *string, prop string) OptionalPath methodSpec1360 optPath = ctx.ExpandOptionalSource(¬ice, "notice")2274 func (m *moduleContext) ExpandOptionalSource(srcFile *string, prop string) OptionalPath { func