Home
last modified time | relevance | path

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

/device/google/cuttlefish/tools/
Dcreate_base_image.go16 type OnFail int type
19 IgnoreOnFail OnFail = iota
177 func gce(action OnFail, gceArg string, errorStr ...string) (string, error) { argument