Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go635 mockFS[blueprint.MockModuleListFile] = []byte(strings.Join(pathsToParse, "\n"))
638 c.mockBpList = blueprint.MockModuleListFile
/build/blueprint/
Dcontext.go48 const MockModuleListFile = "bplist" const
1371 _, ok := files[MockModuleListFile]
1384 files[MockModuleListFile] = []byte(strings.Join(pathsToParse, "\n"))
1386 c.SetModuleListFile(MockModuleListFile)