Home
last modified time | relevance | path

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

/aosp12/build/soong/tradefed/
H A Dautogen.go30 return ctx.ExpandOptionalSource(prop, "test_config_template")
34 if p := ctx.ExpandOptionalSource(prop, "test_config"); p.Valid() {
/aosp12/build/soong/cc/
H A Dlinker.go534 versionScript := ctx.ExpandOptionalSource(
538 versionScript = ctx.ExpandOptionalSource(
542 versionScript = ctx.ExpandOptionalSource(
H A 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…
/aosp12/build/soong/android/
H A Dmodule.go349 ExpandOptionalSource(srcFile *string, prop string) OptionalPath
1828 optPath = ctx.ExpandOptionalSource(&notice, "notice")
2957 func (m *moduleContext) ExpandOptionalSource(srcFile *string, prop string) OptionalPath { func