Lines Matching full:fs
57 type testCustomizer func(fs map[string][]byte, config android.Config)
60 return func(fs map[string][]byte, config android.Config) {
62 fs[k] = v
107 fs := map[string][]byte{}
109 cc.GatherRequiredFilesForTest(fs)
112 // The fs now needs to be populated before creating the config, call customizers twice
113 // for now, once to get any fs changes, and later after the config was created to
115 tempConfig := android.TestArchConfig(buildDir, nil, bp, fs)
116 c(fs, tempConfig)
119 config := android.TestArchConfig(buildDir, nil, bp, fs)
127 // The fs now needs to be populated before creating the config, call customizers twice
128 // for now, earlier to get any fs changes, and now after the config was created to