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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py 28 def get_db_path(): function
34 os.remove(get_db_path())
38 self.con1 = sqlite.connect(get_db_path(), timeout=0.1)
41 self.con2 = sqlite.connect(get_db_path(), timeout=0.1)
52 os.unlink(get_db_path())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py 28 def get_db_path(): function
34 os.remove(get_db_path())
38 self.con1 = sqlite.connect(get_db_path(), timeout=0.1)
41 self.con2 = sqlite.connect(get_db_path(), timeout=0.1)
52 os.unlink(get_db_path())

Completed in 259 milliseconds