Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/aidl_library/
H A Daidl_library.go82 srcs = android.PathsWithModuleSrcSubDir(
88 hdrs = android.PathsWithModuleSrcSubDir(
/aosp_15_r20/build/soong/android/
H A Dfilegroup.go105 srcs = PathsWithModuleSrcSubDir(ctx, srcs, String(fg.properties.Path))
H A Dpaths.go859 return PathsWithModuleSrcSubDir(input.context, paths, ""), nil
1691 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { func
/aosp_15_r20/system/tools/aidl/build/
Daidl_interface.go207 …srcs = append(srcs, android.PathsWithModuleSrcSubDir(ctx, android.PathsForModuleSrc(ctx, []string{…