Home
last modified time | relevance | path

Searched refs:ExpandOptionalSource (Results 1 – 4 of 4) sorted by relevance

/build/soong/tradefed/
Dautogen.go30 return ctx.ExpandOptionalSource(prop, "test_config_template")
34 if p := ctx.ExpandOptionalSource(prop, "test_config"); p.Valid() {
/build/soong/cc/
Dlinker.go577 versionScript := ctx.ExpandOptionalSource(
581 versionScript = ctx.ExpandOptionalSource(
585 versionScript = ctx.ExpandOptionalSource(
Dlibrary.go1023 …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…
/build/soong/android/
Dmodule_context.go105 ExpandOptionalSource(srcFile *string, prop string) OptionalPath methodSpec
751 func (m *moduleContext) ExpandOptionalSource(srcFile *string, _ string) OptionalPath { func