Home
last modified time | relevance | path

Searched refs:DB_FILE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/includes/sqlite3/
Dcreatedb.py7 DB_FILE = "mydb" variable
9 if os.path.exists(DB_FILE):
10 os.remove(DB_FILE)
12 con = sqlite3.connect(DB_FILE)
/external/python/cpython3/Doc/includes/sqlite3/
Dcreatedb.py7 DB_FILE = "mydb" variable
9 if os.path.exists(DB_FILE):
10 os.remove(DB_FILE)
12 con = sqlite3.connect(DB_FILE)
/external/autotest/scheduler/
Drdb_testing_utils.py290 DB_FILE = os.path.join(common.autotest_dir, 'host_scheduler_db') variable in FileDatabaseHelper
305 db_file_path = self.DB_FILE
Dhost_scheduler.py421 db_file_path=rdb_testing_utils.FileDatabaseHelper.DB_FILE)