Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_target_runner/go/
H A Dserver.go81 func (s *Server) RunBinary(path string) (*RunResponse, error) { func
133 func (s *pwTargetRunnerService) RunBinary( func
/aosp_15_r20/external/pigweed/pw_target_runner/go/cmd/
H A Dclient.go57 func (c *Client) RunBinary(path string) error { func
/aosp_15_r20/external/pigweed/pw_target_runner/pw_target_runner_protos/
H A Dtarget_runner.proto22 rpc RunBinary(RunBinaryRequest) returns (RunBinaryResponse) {} rpc