Home
last modified time | relevance | path

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

/build/soong/aidl_library/
Daidl_library.go81 srcs = android.PathsWithModuleSrcSubDir(
87 hdrs = android.PathsWithModuleSrcSubDir(
/build/soong/android/
Dfilegroup.go95 fg.srcs = PathsWithModuleSrcSubDir(ctx, fg.srcs, String(fg.properties.Path))
Dpaths.go728 return PathsWithModuleSrcSubDir(input.context, paths, ""), nil
1485 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { func