Searched refs:testcasesContent (Results 1 – 2 of 2) sorted by relevance
63 testcasesContent := testcasesContent(ctx.Config())65 for _, key := range android.SortedKeys(testcasesContent) {66 copy_cmds = append(copy_cmds, testcasesContent[key]+":"+key)
295 func testcasesContent(config android.Config) map[string]string { func310 testcasesContent := testcasesContent(ctx.Config())319 if oldSrc, ok := testcasesContent[dst]; ok {322 testcasesContent[dst] = src