Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dadb_host.py1106 def install_android(self, build_url, build_local_path=None, wipe=True, argument
1131 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): argument
1192 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 …]