Searched refs:FirstUniquePaths (Results 1 – 10 of 10) sorted by relevance
381 p.ExportedIncludeDirs = android.FirstUniquePaths(exportedIncludeDirs)382 p.exportedGeneratedIncludeDirs = android.FirstUniquePaths(exportedGeneratedIncludeDirs)387 p.ExportedSystemIncludeDirs = android.FirstUniquePaths(dirs)
153 licensePaths = android.FirstUniquePaths(licensePaths)
2652 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)
687 for _, header := range android.FirstUniquePaths(headers) {
817 for _, header := range android.FirstUniquePaths(headers) {
164 list = FirstUniquePaths(list)
495 func FirstUniquePaths(list Paths) Paths { func506 unique := FirstUniquePaths(list)
429 transitiveStaticLibs = android.FirstUniquePaths(transitiveStaticLibs)430 transitiveStaticLibManifests = android.FirstUniquePaths(transitiveStaticLibManifests)502 a.exportedProguardFlagFiles = android.FirstUniquePaths(a.exportedProguardFlagFiles)503 a.exportedStaticPackages = android.FirstUniquePaths(a.exportedStaticPackages)
569 staticLibProguardFlagFiles = android.FirstUniquePaths(staticLibProguardFlagFiles)
931 depPaths.depIncludePaths = android.FirstUniquePaths(depPaths.depIncludePaths)932 depPaths.depSystemIncludePaths = android.FirstUniquePaths(depPaths.depSystemIncludePaths)