Home
last modified time | relevance | path

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

/tools/treble/hacksaw/mount/
Dfake.go29 mountMap map[string]MountEntry //keyed by target member
34 f.mountMap = make(map[string]MountEntry)
41 f.mountMap[target] = MountEntry{
51 _, ok := f.mountMap[target]
55 delete(f.mountMap, target)
61 for target, _ := range f.mountMap {