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

  /external/chromium_org/third_party/leveldatabase/src/issues/
issue200_test.cc 18 std::string dbpath = test::TmpDir() + "/leveldb_issue200_test"; local
19 DestroyDB(dbpath, Options());
24 ASSERT_OK(DB::Open(options, dbpath, &db));
52 DestroyDB(dbpath, options);
issue178_test.cc 32 std::string dbpath = leveldb::test::TmpDir() + "/leveldb_cbug_test"; local
33 DestroyDB(dbpath, leveldb::Options());
42 ASSERT_OK(leveldb::DB::Open(db_options, dbpath, &db));
85 DestroyDB(dbpath, leveldb::Options());
  /frameworks/native/cmds/dumpstate/
utils.c 205 char dbpath[255]; local
209 strcpy(dbpath, "/data/data/com.android.providers.settings/databases/settings.db");
212 sprintf(dbpath, "/data/system/users/%d/settings.db", userid);
215 run_command(title, 20, SU_PATH, "root", "sqlite3", dbpath, sql, NULL);

Completed in 80 milliseconds