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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bsddb185.py 32 dbfile = os.path.join(tmpdir, "foo.db")
33 anydbm.open(dbfile, "c").close()
34 ftype = whichdb.whichdb(dbfile)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bsddb185.py 32 dbfile = os.path.join(tmpdir, "foo.db")
33 anydbm.open(dbfile, "c").close()
34 ftype = whichdb.whichdb(dbfile)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 32 dbfile = os.path.join(tmpdir, "foo.db")
33 anydbm.open(dbfile, "c").close()
34 ftype = whichdb.whichdb(dbfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 32 dbfile = os.path.join(tmpdir, "foo.db")
33 anydbm.open(dbfile, "c").close()
34 ftype = whichdb.whichdb(dbfile)
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 53 private String dbfile = null; field in class:JDBCConnection
112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY :
148 dbfile = url.substring(8);
150 dbfile = url.substring(13);
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 1053 File dbfile = new File(mDatabase.getPath()); local
    [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 

Completed in 74 milliseconds