Home
last modified time | relevance | path

Searched defs:cbDLL (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsyscall_windows_test.go504 type cbDLL struct { struct
505 name string
506 buildArgs func(out, src string) []string
509 func (d *cbDLL) makeSrc(t *testing.T, path string) {
526 func (d *cbDLL) build(t *testing.T, dir string) string {