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

  /external/python/cpython2/Doc/includes/sqlite3/
createdb.py 7 DB_FILE = "mydb"
9 if os.path.exists(DB_FILE):
10 os.remove(DB_FILE)
12 con = sqlite3.connect(DB_FILE)
  /external/python/cpython3/Doc/includes/sqlite3/
createdb.py 7 DB_FILE = "mydb"
9 if os.path.exists(DB_FILE):
10 os.remove(DB_FILE)
12 con = sqlite3.connect(DB_FILE)
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DbDowngradeHelperTest.java 51 private static final String DB_FILE = "test.db";
61 mDbFile = mContext.getDatabasePath(DB_FILE);
117 helper = new DatabaseHelper(mContext, null, DB_FILE) {
149 DatabaseHelper dbHelper = new DatabaseHelper(mContext, null, DB_FILE) {
166 super(mContext, DB_FILE, null, version);
  /external/autotest/scheduler/
rdb_testing_utils.py 290 DB_FILE = os.path.join(common.autotest_dir, 'host_scheduler_db')
305 db_file_path = self.DB_FILE
host_scheduler.py 425 db_file_path=rdb_testing_utils.FileDatabaseHelper.DB_FILE)

Completed in 96 milliseconds