Searched defs:fakeMounter (Results 1 – 1 of 1) sorted by relevance
28 type fakeMounter struct { struct29 mountMap map[string]MountEntry //keyed by target38 …fakeMounter) Mount(source string, target string, fstype string, flags uintptr, data string) error {50 func (f *fakeMounter) Unmount(target string, flags int) error {59 func (f *fakeMounter) List() ([]string, error) {