Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go391 type mockStat struct { struct
397 func (ms *mockStat) Name() string { return ms.name } argument
398 func (ms *mockStat) IsDir() bool { return ms.Mode().IsDir() } argument
399 func (ms *mockStat) Size() int64 { return ms.size } argument
400 func (ms *mockStat) Mode() os.FileMode { return ms.mode } argument
401 func (ms *mockStat) ModTime() time.Time { return time.Time{} } argument
402 func (ms *mockStat) Sys() interface{} { return nil } argument
409 ms := mockStat{
433 ms := mockStat{