Home
last modified time | relevance | path

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

/build/soong/aidl_library/
Daidl_library.go82 srcs = android.PathsWithModuleSrcSubDir(
88 hdrs = android.PathsWithModuleSrcSubDir(
/build/soong/android/
Dfilegroup.go105 srcs = PathsWithModuleSrcSubDir(ctx, srcs, String(fg.properties.Path))
Dpaths.go867 return PathsWithModuleSrcSubDir(input.context, paths, ""), nil
1672 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { func