Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 35) sorted by relevance

12

/tools/treble/hacksaw/client/
Dcommand_test.go30 cmd := NewCommand(bind.NewFakePathBinder(), "")
39 cmd := NewCommand(bind.NewFakePathBinder(), "")
48 cmd := NewCommand(bind.NewFakePathBinder(), "")
56 cmd := NewCommand(bind.NewFakePathBinder(), "")
70 cmd := NewCommand(bind.NewFakePathBinder(), "")
97 cmd := NewCommand(bind.NewFakePathBinder(), "")
116 cmd = NewCommand(bind.NewFakePathBinder(), wsTopDir)
124 cmd := NewCommand(bind.NewFakePathBinder(), "")
138 cmd := NewCommand(bind.NewFakePathBinder(), "")
150 cmd := NewCommand(bind.NewFakePathBinder(), "")
[all …]
Dcommand.go37 This will recreate any read-only bind mounts which may be necessary
47 func NewCommand(bm bind.PathBinder, wtd string) Command {
Dclient_test.go31 pathBinder := bind.NewFakePathBinder()
Dclient.go43 func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error {
/tools/treble/hacksaw/cmd/hacksaw/
Dmain.go37 func getPathBinder() bind.PathBinder {
41 return bind.NewLocalPathBinder()
45 return bind.NewRemoteBindClient(tmpSocketPath)
47 return bind.NewRemoteBindClient(hacksawdSocketPath)
120 binder := bind.NewLocalPathBinder()
121 server := bind.NewServer(binder)
/tools/treble/hacksaw/workspace/
Dworkspace_test.go65 ws := New(bind.NewFakePathBinder(), wsTopDir)
115 ws := New(bind.NewFakePathBinder(), wsTopDir)
146 ws := New(bind.NewFakePathBinder(), wsTopDir)
185 ws := New(bind.NewFakePathBinder(), wsTopDir)
229 ws := New(bind.NewFakePathBinder(), wsTopDir)
304 ws := New(bind.NewFakePathBinder(), wsTopDir)
416 pathBinder := bind.NewFakePathBinder()
Dcompose.go30 pathBinder bind.PathBinder
33 func NewComposer(bm bind.PathBinder) Composer {
Dcompose_test.go56 fakePathBinder := bind.NewFakePathBinder()
128 fakePathBinder := bind.NewFakePathBinder()
Dworkspace.go37 func New(bm bind.PathBinder, topDir string) Workspace {
/tools/treble/hacksaw/
DREADME.md9 explicitly select to be edited. All other projects are read-only bind mounts. This lets you build w…
110 Hacksaw creates bind mounts for all git projects in a codebase. It then
130 Hacksawd is a privileged system daemon whose only job is to manage bind mounts.
157 Hacksaw uses read-only bind mounts to create project references from
159 its read-only bind mount gets replaced by a writable Git worktree.
/tools/treble/hacksaw/cmd/hacksawd/
Dmain.go45 binder := bind.NewLocalPathBinder()
46 server := bind.NewServer(binder)
/tools/test/connectivity/acts/framework/tests/
Dacts_host_utils_test.py30 test_s.bind(('localhost', 0))
39 test_s.bind(('localhost', 0))
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Dsl4a_session_test.py88 socket_instance.bind = mock.Mock()
89 socket_instance.bind.side_effect = error
/tools/treble/hacksaw/bind/
Dbind.go15 package bind package
Dremoteserver.go15 package bind package
Dlocal.go15 package bind package
Dremoteclient.go15 package bind package
Dremoteserver_test.go15 package bind package
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/
Dhost_utils.py54 s.bind(('', port))
/tools/test/connectivity/acts_tests/tests/google/bt/power/
DSetupBTPairingTest.py54 sock.bind(('localhost', port))
/tools/test/connectivity/acts_tests/tests/google/wifi/
DSetupWifiNetworkTest.py39 sock.bind(('localhost', port))
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Dsl4a_session.py201 client_socket.bind((socket.gethostname(), ports.client_port))
/tools/test/connectivity/acts/framework/tests/controllers/rohdeschwarz_lib/
Dcontest_test.py37 s.bind(('', 0))
/tools/asuite/atest/logstorage/
Datest_gcp_utils.py161 local_socket.bind(('',0))
/tools/acloud/internal/lib/
Dutils.py780 tcp_socket.bind(("", 0))
797 tcp_socket.bind(("", port))

12