Searched refs:NormalizePathForTesting (Results 1 – 6 of 6) sorted by relevance
/build/soong/sdk/ |
D | testing.go | 151 src := android.NormalizePathForTesting(bp.Input) 177 info.outputZip = android.NormalizePathForTesting(bp.Output) 182 mergeInput := android.NormalizePathForTesting(bp.Input) 190 info.outputZip = android.NormalizePathForTesting(bp.Output)
|
/build/soong/android/ |
D | androidmk_test.go | 330 …if expected, actual := NormalizePathForTesting(c1.from), NormalizePathForTesting(c2.from); expecte… 351 fmt.Fprintf(buf, " %s -> %s\n", NormalizePathForTesting(c.from), c.dest)
|
D | fixture.go | 1013 func (r *TestResult) NormalizePathForTesting(path Path) string { func 1027 result = append(result, r.NormalizePathForTesting(path))
|
D | testing.go | 1164 func NormalizePathForTesting(path Path) string { func 1187 relative := NormalizePathForTesting(path)
|
/build/soong/java/ |
D | dexpreopt_test.go | 287 …ertStringEquals(t, "Testing "+name, expectedDex2oatPath, android.NormalizePathForTesting(dex2oatPa…
|
/build/soong/apex/ |
D | apex_test.go | 4864 android.NormalizePathForTesting(dexJarBuildPath)) 4875 android.NormalizePathForTesting(dexJarBuildPath)) 4930 …if expected, actual := "myapex-arm64.apex", android.NormalizePathForTesting(rule.Input); !reflect.…
|