Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/fuchsia/
Dreleasepackage.py127 cipd_command = ("%s cipd create -in %s -name %s -ref latest" variable
130 print cipd_command
132 subprocess.check_call(cipd_command.split(" "))
135 cipd_command = ("%s cipd create -in %s -name %s -ref latest" variable
138 print cipd_command
140 subprocess.check_call(cipd_command.split(" "))