Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dfilegroup.go137 fg.srcs = PathsWithModuleSrcSubDir(ctx, fg.srcs, String(fg.properties.Path))
H A Dbazel_paths.go272 globbedPaths = PathsWithModuleSrcSubDir(ctx, globbedPaths, "")
H A Dpaths.go568 return PathsWithModuleSrcSubDir(ctx, paths, ""), nil
1299 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { func
/aosp12/system/tools/aidl/build/
H A Daidl_interface.go236 …srcs = append(srcs, android.PathsWithModuleSrcSubDir(ctx, android.PathsForModuleSrc(ctx, []string{…