Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_sysroot.go153 licensePaths = android.FirstUniquePaths(licensePaths)
Dcc.go1850 depPaths.GeneratedHeaders = android.FirstUniquePaths(depPaths.GeneratedHeaders)
1852 depPaths.ReexportedFlagsDeps = android.FirstUniquePaths(depPaths.ReexportedFlagsDeps)
/build/soong/java/
Daar.go351 transitiveStaticLibs = android.FirstUniquePaths(transitiveStaticLibs)
416 a.exportedProguardFlagFiles = android.FirstUniquePaths(a.exportedProguardFlagFiles)
417 a.exportedStaticPackages = android.FirstUniquePaths(a.exportedStaticPackages)
Dapp.go267 staticLibProguardFlagFiles = android.FirstUniquePaths(staticLibProguardFlagFiles)
/build/soong/android/
Dpaths.go408 func FirstUniquePaths(list Paths) Paths { func
/build/soong/apex/
Dapex.go846 android.BuildNoticeOutput(ctx, a.installDir, apexFileName, android.FirstUniquePaths(noticeFiles)))