Home
last modified time | relevance | path

Searched refs:testcasesContent (Results 1 – 2 of 2) sorted by relevance

/art/build/
Dmakevars.go63 testcasesContent := testcasesContent(ctx.Config())
65 for _, key := range android.SortedKeys(testcasesContent) {
66 copy_cmds = append(copy_cmds, testcasesContent[key]+":"+key)
Dart.go295 func testcasesContent(config android.Config) map[string]string { func
310 testcasesContent := testcasesContent(ctx.Config())
319 if oldSrc, ok := testcasesContent[dst]; ok {
322 testcasesContent[dst] = src