Searched refs:NormalizePathsForTesting (Results 1 – 6 of 6) sorted by relevance
| /build/soong/java/ |
| D | java_test.go | 593 android.NormalizePathsForTesting(fooLibrary.compiledSrcJars)) 1779 actualOutputFiles := android.NormalizePathsForTesting(outputFiles) 1787 …als(t, "Header JARs are produced", expectedOutputFiles, android.NormalizePathsForTesting(javaInfo.… 1788 …tion/Resources JARs are produced", expectedOutputFiles, android.NormalizePathsForTesting(javaInfo.… 1789 …Implementation JARs are produced", expectedOutputFiles, android.NormalizePathsForTesting(javaInfo.…
|
| /build/soong/sdk/ |
| D | testing.go | 193 info.mergeZips = android.NormalizePathsForTesting(bp.Inputs)
|
| /build/soong/android/ |
| D | fixture.go | 1015 func (r *TestResult) NormalizePathsForTesting(paths Paths) []string { func
|
| D | testing.go | 1201 func NormalizePathsForTesting(paths Paths) []string { func
|
| /build/soong/cc/ |
| D | cc_test.go | 4539 …IndentingSpaces(strings.Join(android.FirstUniqueStrings(android.NormalizePathsForTesting(paths)), …
|
| /build/soong/apex/ |
| D | apex_test.go | 5219 …if expected, actual := []string{"myapex-arm64.apex"}, android.NormalizePathsForTesting(rule.Implic…
|