Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dstat_test.go17 type testStatAndLstatParams struct { struct
18 isLink bool
19 statCheck func(*testing.T, string, fs.FileInfo)
20 lstatCheck func(*testing.T, string, fs.FileInfo)
24 func testStatAndLstat(t *testing.T, path string, params testStatAndLstatParams) {