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

  /external/chromium_org/chrome/browser/history/
history_database_unittest.cc 19 base::FilePath db_file; local
22 db_file = temp_dir.path().AppendASCII("DropBookmarks.db");
23 sql::Connection::Delete(db_file);
31 base::CopyFile(old_history_path, db_file);
37 ASSERT_EQ(sql::INIT_OK, history_db.Init(db_file));
url_database_unittest.cc 51 base::FilePath db_file = temp_dir_.path().AppendASCII("URLTest.db"); local
53 EXPECT_TRUE(db_.Open(db_file));
visit_database_unittest.cc 49 base::FilePath db_file = temp_dir_.path().AppendASCII("VisitTest.db"); local
51 EXPECT_TRUE(db_.Open(db_file));
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database_unittest.cc 129 ActivityDatabase* OpenDatabase(const base::FilePath& db_file) {
132 activity_db->Init(db_file);
176 base::FilePath db_file; local
178 db_file = temp_dir.path().AppendASCII("ActivityInit.db");
179 base::DeleteFile(db_file, false);
181 ActivityDatabase* activity_db = OpenDatabase(db_file);
185 ASSERT_TRUE(db.Open(db_file));
193 base::FilePath db_file; local
195 db_file = temp_dir.path().AppendASCII("ActivityRecord.db");
196 base::DeleteFile(db_file, false)
212 base::FilePath db_file; local
230 base::FilePath db_file; local
252 base::FilePath db_file; local
274 base::FilePath db_file; local
    [all...]
database_string_table_unittest.cc 17 base::FilePath db_file = temp_dir_.path().AppendASCII("StringTable.db"); variable
19 ASSERT_TRUE(db_.Open(db_file));
  /external/chromium_org/content/browser/renderer_host/
database_message_filter.cc 137 base::FilePath db_file = DatabaseUtil::GetFullFilePathForVfsFile( local
139 if (!db_file.empty()) {
143 VfsBackend::OpenFile(db_file,
150 VfsBackend::OpenFile(db_file, desired_flags, &file_handle);
181 base::FilePath db_file = local
183 if (!db_file.empty()) {
200 error_code = VfsBackend::DeleteFile(db_file, sync_dir);
223 base::FilePath db_file = local
225 if (!db_file.empty())
226 attributes = VfsBackend::GetFileAttributes(db_file);
237 base::FilePath db_file = local
    [all...]
  /external/chromium_org/webkit/browser/database/
database_tracker_unittest.cc 477 base::FilePath db_file(tracker->GetFullDBFilePath(kOriginId, kName));
478 EXPECT_TRUE(file_util::CreateDirectory(db_file.DirName()));
479 EXPECT_TRUE(EnsureFileOfSize(db_file, 10));
484 EXPECT_TRUE(EnsureFileOfSize(db_file, 100));
505 db_file = tracker->GetFullDBFilePath(kOriginId, kName);
506 EXPECT_TRUE(file_util::CreateDirectory(db_file.DirName()));
507 EXPECT_TRUE(EnsureFileOfSize(db_file, 100));
531 db_file = tracker->GetFullDBFilePath(kOriginId, kName);
532 EXPECT_TRUE(file_util::CreateDirectory(db_file.DirName()));
533 EXPECT_TRUE(EnsureFileOfSize(db_file, 100))
581 base::FilePath db_file; local
662 base::FilePath db_file; local
    [all...]
database_tracker.cc 360 base::FilePath db_file = GetFullDBFilePath(origin_identifier, database_name); local
361 if (!sql::Connection::Delete(db_file))
695 base::FilePath db_file = GetFullDBFilePath(*ori, db->database_name); local
697 file_util::GetFileInfo(db_file, &file_info);
  /external/chromium/chrome/browser/history/
url_database_unittest.cc 52 FilePath db_file = temp_dir_.path().AppendASCII("URLTest.db"); local
54 EXPECT_TRUE(db_.Open(db_file));
visit_database_unittest.cc 47 FilePath db_file = temp_dir_.path().AppendASCII("VisitTest.db"); local
49 EXPECT_TRUE(db_.Open(db_file));
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 133 static sqlite3 * db_open(const char *db_file)
137 if (sqlite3_open(db_file, &db)) {
139 db_file, sqlite3_errmsg(db));
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 137 static sqlite3 * db_open(const char *db_file)
141 if (sqlite3_open(db_file, &db)) {
143 "%s: %s", db_file, sqlite3_errmsg(db));
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc     [all...]

Completed in 364 milliseconds