Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/test_gce_driver/
Dscoped_instance.cpp114 GceApi& gce, const std::string& zone, const std::string& instance_name, in CreateDefault()
196 ScopedGceInstance::ScopedGceInstance(GceApi& gce, in ScopedGceInstance()
Dcvd_test_gce_driver.cpp74 ReadEvalPrintLoop(GceApi& gce, BuildApi& build, int in_fd, int out_fd, in ReadEvalPrintLoop()
388 GceApi gce(*curl, gce_creds, cloud_project); in TestGceDriverMain() local
/device/google/cuttlefish/tools/
Dcreate_base_image.go109 func gce(action OnFail, gceArg string, errorStr ...string) (string, error) { func