Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/service/
H A Dkbfs_mount.go31 return h.G().Env.GetMountDir()
73 directMount, err := h.G().Env.GetMountDir()
86 oldMount, _ := h.G().Env.GetMountDir()
/dports/security/keybase/client-v5.7.1/go/kbfs/env/
H A Dcontext.go62 GetMountDir() (string, error) methodSpec
154 func (c *KBFSContext) GetMountDir() (string, error) { func
155 return c.g.Env.GetMountDir()
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Denv_windows_test.go15 mountDir, err := env.GetMountDir()
H A Denv.go111 func (n NullConfiguration) GetMountDir() string { return "" } func
392 func (e *Env) GetMountDir() (string, error) { func
394 func() string { return e.cmd.GetMountDir() },
396 func() string { return e.GetConfig().GetMountDir() },
H A Dglobals.go1265 func (g *GlobalContext) GetMountDir() (string, error) { func
1266 return g.Env.GetMountDir()
H A Dconfig.go889 func (f *JSONConfigFile) GetMountDir() string { func
H A Dinterfaces.go75 GetMountDir() string methodSpec
/dports/security/keybase/client-v5.7.1/go/install/
H A Dstop_windows.go24 mountdir, err := mctx.G().Env.GetMountDir()
H A Dinstall.go35 GetMountDir() (string, error) methodSpec
H A Dinstall_darwin.go545 mountDir, err := context.GetMountDir()
771 mountDir, err := context.GetMountDir()
861 mountDir, err = context.GetMountDir()
949 mountDir, err := context.GetMountDir()
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsfuse/
H A Dmain.go75 mountDir, err = ctx.GetMountDir()
/dports/security/keybase/client-v5.7.1/go/install/libnativeinstaller/
H A Dapp.go30 GetMountDir() (string, error) methodSpec
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_update.go99 mountDir, err := v.G().Env.GetMountDir()
H A Dversionfix.go238 mountDir, err := g.Env.GetMountDir()
/dports/security/keybase/client-v5.7.1/go/status/
H A Dstatus.go255 mountDir, err := mctx.G().Env.GetMountDir()
/dports/security/keybase/client-v5.7.1/go/keybase/
H A Dmain.go155 userMountdir := configReader.GetMountDir()
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/System/
H A DKBEnvConfig.m135 // for darwin in the `GetMountDir` function of `libkb/env.go`.
/dports/security/keybase/client-v5.7.1/go/libcmdline/
H A Dcmdline.go410 func (p CommandLine) GetMountDir() string { func