Searched defs:Upload (Results 1 – 3 of 3) sorted by relevance
/aosp12/build/soong/ui/metrics/upload_proto/ |
H A D | upload.pb.go | 23 type Upload struct { struct 25 …,1,opt,name=creation_timestamp_ms,json=creationTimestampMs" json:"creation_timestamp_ms,omitempty"` 27 …,name=completion_timestamp_ms,json=completionTimestampMs" json:"completion_timestamp_ms,omitempty"` 29 …Name *string `protobuf:"bytes,3,opt,name=branch_name,json=branchName" json:"branch_name,omitempty"` 31 …Name *string `protobuf:"bytes,4,opt,name=target_name,json=targetName" json:"target_name,omitempty"` 33 …string `protobuf:"bytes,5,rep,name=metrics_files,json=metricsFiles" json:"metrics_files,omitempty"` 36 …,6,rep,name=directories_to_delete,json=directoriesToDelete" json:"directories_to_delete,omitempty"` 37 XXX_NoUnkeyedLiteral struct{} `json:"-"` 38 XXX_unrecognized []byte `json:"-"` 39 XXX_sizecache int32 `json:"-"`
|
H A D | upload.proto | 20 message Upload { message
|
/aosp12/system/core/fastboot/ |
H A D | fastboot_driver.cpp | 298 RetCode FastBootDriver::Upload(const std::string& outfile, std::string* response, in Upload() function in fastboot::FastBootDriver
|