Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go345 type mockStat struct { struct
351 func (ms *mockStat) Name() string { return ms.name } argument
352 func (ms *mockStat) IsDir() bool { return ms.Mode().IsDir() } argument
353 func (ms *mockStat) Size() int64 { return ms.size } argument
354 func (ms *mockStat) Mode() os.FileMode { return ms.mode } argument
355 func (ms *mockStat) ModTime() time.Time { return time.Time{} } argument
356 func (ms *mockStat) Sys() interface{} { return nil } argument
363 ms := mockStat{
387 ms := mockStat{