Home
last modified time | relevance | path

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

/tools/treble/hacksaw/mount/
Dsystem.go33 func (f *systemMounter) Mount(source string, target string, fstype string, flags uintptr, data stri… func
58 type Mount struct { struct
59 Device string
60 Path string
61 Type string
62 Opts string
Dmount.go18 Mount(string, string, string, uintptr, string) error methodSpec
Dfake.go38 func (f *fakeMounter) Mount(source string, target string, fstype string, flags uintptr, data string… func