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.go515 versionScript := ctx.ExpandOptionalSource(
519 versionScript = ctx.ExpandOptionalSource(
523 versionScript = ctx.ExpandOptionalSource(
Dlibrary.go1188 …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…
/build/soong/android/
Dmodule.go349 ExpandOptionalSource(srcFile *string, prop string) OptionalPath methodSpec
1828 optPath = ctx.ExpandOptionalSource(&notice, "notice")
2957 func (m *moduleContext) ExpandOptionalSource(srcFile *string, prop string) OptionalPath { func