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 191 def run_with_retry(self, function, *args, **dargs): member in class:db_sql
247 return self.run_with_retry(self._commit)
350 return self.run_with_retry(exec_sql)
374 return self.run_with_retry(_exec_sql)
385 self.run_with_retry(_exec_sql)
parse.py 638 db.run_with_retry(parse_one, db, pid_file_manager, jobname, path,

Completed in 1297 milliseconds