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() {
577 versionScript := ctx.ExpandOptionalSource(581 versionScript = ctx.ExpandOptionalSource(585 versionScript = ctx.ExpandOptionalSource(
1023 …unexportedSymbols := ctx.ExpandOptionalSource(library.Properties.Unexported_symbols_list, "unexpor…1024 …forceNotWeakSymbols := ctx.ExpandOptionalSource(library.Properties.Force_symbols_not_weak_list, "f…1025 …forceWeakSymbols := ctx.ExpandOptionalSource(library.Properties.Force_symbols_weak_list, "force_sy…
105 ExpandOptionalSource(srcFile *string, prop string) OptionalPath methodSpec751 func (m *moduleContext) ExpandOptionalSource(srcFile *string, _ string) OptionalPath { func