Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dconfig.go754 mockFS[blueprint.MockModuleListFile] = []byte(strings.Join(pathsToParse, "\n"))
757 c.mockBpList = blueprint.MockModuleListFile
/aosp_15_r20/build/blueprint/
H A Dcontext.go56 const MockModuleListFile = "bplist" const
1336 _, ok := files[MockModuleListFile]
1349 files[MockModuleListFile] = []byte(strings.Join(pathsToParse, "\n"))
1351 c.SetModuleListFile(MockModuleListFile)