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

  /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 1087 File dbfile = new File(mDatabase.getPath()); local
    [all...]
  /external/openssl/apps/
ca.c 301 char *dbfile=NULL; local
713 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
718 db = load_index(dbfile,&db_attr);
876 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
881 db = load_index(dbfile, &db_attr);
952 dbfile);
967 if (!save_index(dbfile,"new",db)) goto err;
969 if (!rotate_index(dbfile,"new","old")) goto err;
    [all...]

Completed in 1442 milliseconds