Searched refs:FirstUniquePaths (Results 1 – 13 of 13) sorted by relevance
118 i.StubFlagsPaths = android.FirstUniquePaths(i.StubFlagsPaths)119 i.AnnotationFlagsPaths = android.FirstUniquePaths(i.AnnotationFlagsPaths)120 i.MetadataPaths = android.FirstUniquePaths(i.MetadataPaths)121 i.IndexPaths = android.FirstUniquePaths(i.IndexPaths)122 i.AllFlagsPaths = android.FirstUniquePaths(i.AllFlagsPaths)
471 transitiveStaticLibs = android.FirstUniquePaths(transitiveStaticLibs)472 transitiveStaticLibManifests = android.FirstUniquePaths(transitiveStaticLibManifests)559 a.exportedProguardFlagFiles = android.FirstUniquePaths(a.exportedProguardFlagFiles)560 a.exportedStaticPackages = android.FirstUniquePaths(a.exportedStaticPackages)
517 s[category] = android.FirstUniquePaths(paths)
440 staticLibProguardFlagFiles = android.FirstUniquePaths(staticLibProguardFlagFiles)
82 return FirstUniquePaths(paths.(Paths))
648 func FirstUniquePaths(list Paths) Paths { func659 unique := FirstUniquePaths(list)
383 IncludeDirs: android.FirstUniquePaths(includes),384 SystemIncludeDirs: android.FirstUniquePaths(systemIncludes),
439 p.ExportedIncludeDirs = android.FirstUniquePaths(exportedIncludeDirs)440 p.ExportedGeneratedIncludeDirs = android.FirstUniquePaths(exportedGeneratedIncludeDirs)445 p.ExportedSystemIncludeDirs = android.FirstUniquePaths(dirs)
137 licensePaths = android.FirstUniquePaths(licensePaths)
508 for _, header := range android.FirstUniquePaths(headers) {
448 IncludeDirs: android.FirstUniquePaths(f.dirs),450 SystemIncludeDirs: android.FirstUniquePaths(f.systemDirs),
466 return clcStr, android.FirstUniquePaths(paths)
1136 depPaths.depIncludePaths = android.FirstUniquePaths(depPaths.depIncludePaths)1137 depPaths.depSystemIncludePaths = android.FirstUniquePaths(depPaths.depSystemIncludePaths)