Home
last modified time | relevance | path

Searched refs:FirstUniquePaths (Results 1 – 10 of 10) sorted by relevance

/build/soong/cc/
Dlibrary_sdk_member.go381 p.ExportedIncludeDirs = android.FirstUniquePaths(exportedIncludeDirs)
382 p.exportedGeneratedIncludeDirs = android.FirstUniquePaths(exportedGeneratedIncludeDirs)
387 p.ExportedSystemIncludeDirs = android.FirstUniquePaths(dirs)
Dndk_sysroot.go153 licensePaths = android.FirstUniquePaths(licensePaths)
Dcc.go2652 depPaths.IncludeDirs = android.FirstUniquePaths(depPaths.IncludeDirs)
2653 depPaths.SystemIncludeDirs = android.FirstUniquePaths(depPaths.SystemIncludeDirs)
2654 depPaths.GeneratedDeps = android.FirstUniquePaths(depPaths.GeneratedDeps)
2655 depPaths.ReexportedDirs = android.FirstUniquePaths(depPaths.ReexportedDirs)
2656 depPaths.ReexportedSystemDirs = android.FirstUniquePaths(depPaths.ReexportedSystemDirs)
2658 depPaths.ReexportedDeps = android.FirstUniquePaths(depPaths.ReexportedDeps)
2659 depPaths.ReexportedGeneratedHeaders = android.FirstUniquePaths(depPaths.ReexportedGeneratedHeaders)
Dvndk.go687 for _, header := range android.FirstUniquePaths(headers) {
Dvendor_snapshot.go817 for _, header := range android.FirstUniquePaths(headers) {
/build/soong/android/
Ddepset.go164 list = FirstUniquePaths(list)
Dpaths.go495 func FirstUniquePaths(list Paths) Paths { func
506 unique := FirstUniquePaths(list)
/build/soong/java/
Daar.go429 transitiveStaticLibs = android.FirstUniquePaths(transitiveStaticLibs)
430 transitiveStaticLibManifests = android.FirstUniquePaths(transitiveStaticLibManifests)
502 a.exportedProguardFlagFiles = android.FirstUniquePaths(a.exportedProguardFlagFiles)
503 a.exportedStaticPackages = android.FirstUniquePaths(a.exportedStaticPackages)
Dapp.go569 staticLibProguardFlagFiles = android.FirstUniquePaths(staticLibProguardFlagFiles)
/build/soong/rust/
Drust.go931 depPaths.depIncludePaths = android.FirstUniquePaths(depPaths.depIncludePaths)
932 depPaths.depSystemIncludePaths = android.FirstUniquePaths(depPaths.depSystemIncludePaths)