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() {
515 versionScript := ctx.ExpandOptionalSource(519 versionScript = ctx.ExpandOptionalSource(523 versionScript = ctx.ExpandOptionalSource(
1188 …unexportedSymbols := ctx.ExpandOptionalSource(library.Properties.Unexported_symbols_list, "unexpor…1189 …forceNotWeakSymbols := ctx.ExpandOptionalSource(library.Properties.Force_symbols_not_weak_list, "f…1190 …forceWeakSymbols := ctx.ExpandOptionalSource(library.Properties.Force_symbols_weak_list, "force_sy…
349 ExpandOptionalSource(srcFile *string, prop string) OptionalPath methodSpec1828 optPath = ctx.ExpandOptionalSource(¬ice, "notice")2957 func (m *moduleContext) ExpandOptionalSource(srcFile *string, prop string) OptionalPath { func