Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/test_gce_driver/
Dcvd_test_gce_driver.cpp155 auto ssh = CF_EXPECT(instance->second->Ssh()); in SshCommand() local
243 auto ssh = callback_state.instance->Ssh(); in UploadBuildArtifact() local
290 auto ssh = CF_EXPECT(instance->second->Ssh()); in UploadFile() local
Dscoped_instance.cpp175 auto ssh = Ssh(); in EnforceSshReady() local
/device/google/cuttlefish/tests/integration/com/android/cuttlefish/test/
DGceInstanceRule.java132 public SshResult ssh(String... command) throws IOException { in ssh() method in GceInstanceRule
136 public SshResult ssh(ImmutableList<String> command) throws IOException { in ssh() method in GceInstanceRule