Searched refs:NormalizePathForTesting (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/soong/sdk/ |
H A D | testing.go | 151 src := android.NormalizePathForTesting(bp.Input) 171 info.outputZip = android.NormalizePathForTesting(bp.Output) 176 mergeInput := android.NormalizePathForTesting(bp.Input) 184 info.outputZip = android.NormalizePathForTesting(bp.Output)
|
/aosp12/build/soong/android/ |
H A D | androidmk_test.go | 308 …if expected, actual := NormalizePathForTesting(c1.from), NormalizePathForTesting(c2.from); expecte… 329 fmt.Fprintf(buf, " %s -> %s\n", NormalizePathForTesting(c.from), c.dest)
|
H A D | fixture.go | 834 func (r *TestResult) NormalizePathForTesting(path Path) string { func 848 result = append(result, r.NormalizePathForTesting(path))
|
H A D | testing.go | 989 func NormalizePathForTesting(path Path) string { func 1012 relative := NormalizePathForTesting(path)
|
/aosp12/build/soong/java/ |
H A D | dexpreopt_test.go | 210 …ertStringEquals(t, "Testing "+name, expectedDex2oatPath, android.NormalizePathForTesting(dex2oatPa…
|
/aosp12/build/soong/apex/ |
H A D | bootclasspath_fragment_test.go | 267 allPaths = append(allPaths, android.NormalizePathForTesting(path))
|
H A D | apex_test.go | 4285 ….deapexer/android_common/deapexer/javalib/"+stem+".jar", android.NormalizePathForTesting(dexJarBui… 4338 …if expected, actual := "myapex-arm64.apex", android.NormalizePathForTesting(rule.Input); !reflect.…
|