Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go639 mockFS[blueprint.MockModuleListFile] = []byte(strings.Join(pathsToParse, "\n"))
642 c.mockBpList = blueprint.MockModuleListFile
/build/blueprint/
Dcontext.go52 const MockModuleListFile = "bplist" const
1132 _, ok := files[MockModuleListFile]
1145 files[MockModuleListFile] = []byte(strings.Join(pathsToParse, "\n"))
1147 c.SetModuleListFile(MockModuleListFile)