Searched defs:get_tmp_dir (Results 1 - 6 of 6) sorted by relevance

/external/autotest/client/bin/
H A Dlocal_host.py164 def get_tmp_dir(self, parent='/tmp'): member in class:LocalHost
/external/autotest/server/hosts/
H A Dteststation_host.py97 def get_tmp_dir(self, parent='/tmp'): member in class:TestStationHost
111 return super(TestStationHost, self).get_tmp_dir(parent=parent)
H A Dremote.py235 def get_tmp_dir(self, parent='/tmp'): member in class:RemoteHost
H A Dadb_host.py725 tmp_dir = self.teststation.get_tmp_dir()
796 tmp_dir = self.teststation.get_tmp_dir()
833 def get_tmp_dir(self, parent=''): member in class:ADBHost
1038 image_dir = self.teststation.get_tmp_dir()
1067 image_dir = self.teststation.get_tmp_dir()
/external/autotest/server/
H A Dbase_utils.py66 tmpdir = get_tmp_dir()
105 def get_tmp_dir(): function
121 """Erase temporary directories that were created by the get_tmp_dir()
/external/autotest/client/common_lib/hosts/
H A Dbase_classes.py144 def get_tmp_dir(self): member in class:Host

Completed in 442 milliseconds