HomeSort by relevance Sort by last modified time
    Searched refs:run_with_retry (Results 1 - 3 of 3) sorted by null

  /external/autotest/site_utils/lxc/
shared_host_dir.py 107 def run_with_retry(): function in function:SharedHostDir._try_umount
110 run_with_retry()
126 def run_with_retry(): function in function:SharedHostDir._try_rm
129 run_with_retry()
  /external/autotest/tko/
db.py 144 def run_with_retry(self, function, *args, **dargs): member in class:db_sql
202 return self.run_with_retry(self._commit)
305 return self.run_with_retry(exec_sql)
329 return self.run_with_retry(_exec_sql)
340 self.run_with_retry(_exec_sql)
parse.py 600 db.run_with_retry(parse_one, db, jobname, path, parse_options)

Completed in 221 milliseconds