Home
last modified time | relevance | path

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

/external/autotest/server/
Dbase_utils.py138 def unarchive(host, source_material): argument
159 if (source_material.endswith(".gz") or
160 source_material.endswith(".gzip")):
161 host.run('gunzip "%s"' % (utils.sh_escape(source_material)))
162 source_material= ".".join(source_material.split(".")[:-1])
163 elif source_material.endswith("bz2"):
164 host.run('bunzip2 "%s"' % (utils.sh_escape(source_material)))
165 source_material= ".".join(source_material.split(".")[:-1])
168 if source_material.endswith(".tar"):
170 utils.sh_escape(os.path.dirname(source_material)),
[all …]
Dinstallable_object.py15 source_material= None variable in InstallableObject
34 self.source_material= utils.get(location)
Dautotest.py222 light_files = [os.path.join(self.source_material, f)
223 for f in os.listdir(self.source_material)
292 if self.source_material:
300 host.send_file(self.source_material, autodir, delete_dest=True)
302 self.source_material)
Dsite_autotest.py151 if self.installed and self.source_material:
/external/autotest/client/common_lib/
Drevision_control.py329 self.source_material = self.repodir