Home
last modified time | relevance | path

Searched refs:OptionalPathForModuleSrc (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/build/soong/java/
H A Ddroidstubs.go692 …baselineFile := android.OptionalPathForModuleSrc(ctx, d.properties.Check_api.Last_released.Baselin…
989 …baselineFile := android.OptionalPathForModuleSrc(ctx, d.properties.Check_api.Api_lint.Baseline_fil…
1038 …baselineFile := android.OptionalPathForModuleSrc(ctx, d.properties.Check_api.Last_released.Baselin…
1141 …baselineFile := android.OptionalPathForModuleSrc(ctx, d.properties.Check_api.Api_lint.Baseline_fil…
1231 …baselineFile := android.OptionalPathForModuleSrc(ctx, d.properties.Check_api.Current.Baseline_file)
H A Dsdk_library.go2131 paths.annotationsZip = android.OptionalPathForModuleSrc(ctx, scopeProperties.Annotations)
2132 paths.currentApiFilePath = android.OptionalPathForModuleSrc(ctx, scopeProperties.Current_api)
2133 paths.removedApiFilePath = android.OptionalPathForModuleSrc(ctx, scopeProperties.Removed_api)
/aosp_15_r20/build/soong/cc/
H A Dobject.go140 if lds := android.OptionalPathForModuleSrc(ctx, object.Properties.Linker_script); lds.Valid() {
H A Dlibrary.go1298 android.OptionalPathForModuleSrc(ctx, library.Properties.Llndk.Symbol_file),
1311 android.OptionalPathForModuleSrc(ctx, library.Properties.Stubs.Symbol_file),
1449 android.OptionalPathForModuleSrc(ctx, library.symbolFileForAbiCheck(ctx)),
H A Dlinker.go581 dynamicList := android.OptionalPathForModuleSrc(ctx, linker.Properties.Dynamic_list)
H A Dsanitize.go986 blocklist := android.OptionalPathForModuleSrc(ctx, s.Properties.Sanitize.Blocklist)
/aosp_15_r20/build/soong/rust/
H A Dbindgen.go277 wrapperFile := android.OptionalPathForModuleSrc(ctx, b.Properties.Wrapper_src)
/aosp_15_r20/build/soong/android/
H A Dpaths.go1711 func OptionalPathForModuleSrc(ctx ModuleMissingDepsPathContext, p *string) OptionalPath { func