Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go448 mockFS[blueprint.MockModuleListFile] = []byte(strings.Join(pathsToParse, "\n"))
451 c.mockBpList = blueprint.MockModuleListFile
/build/blueprint/
Dcontext.go44 const MockModuleListFile = "bplist" const
927 _, ok := files[MockModuleListFile]
940 files[MockModuleListFile] = []byte(strings.Join(pathsToParse, "\n"))
942 c.SetModuleListFile(MockModuleListFile)