Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_tag.cc45 const QuicTag orig_tag = tag; in QuicTagToString() local
65 reinterpret_cast<const char*>(&orig_tag), sizeof(orig_tag))); in QuicTagToString()
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/
Dcreate_matrix_images.py114 orig_tag = '%s_' % image
115 subprocess.check_output(['docker', 'tag', image, orig_tag])
117 lines = ['FROM ' + orig_tag]
137 dockerjob.remove_image(orig_tag, skip_nonexistent=True)
/external/grpc-grpc/tools/interop_matrix/
Dcreate_matrix_images.py121 orig_tag = '%s_' % image
122 subprocess.check_output(['docker', 'tag', image, orig_tag])
124 lines = ['FROM ' + orig_tag]
144 dockerjob.remove_image(orig_tag, skip_nonexistent=True)