Searched refs:build_local_path (Results 1 – 1 of 1) sorted by relevance
1106 def install_android(self, build_url, build_local_path=None, wipe=True, argument1131 delete_build_folder = bool(not build_local_path)1135 if not build_local_path:1136 build_local_path = self.stage_android_image_files(build_url)1145 list_file_cmd = 'ls -d %s' % os.path.join(build_local_path, '*.img')1163 self.teststation.run('rm -rf %s' % build_local_path)1171 def install_brillo(self, build_url, build_local_path=None): argument1192 delete_build_folder = bool(not build_local_path)1196 if not build_local_path:1197 build_local_path = self.stage_brillo_image_files(build_url)[all …]