Searched refs:AttachDatabase (Results 1 – 4 of 4) sorted by relevance
300 bool AttachDatabase(const base::FilePath& other_db_path,
219 if (!recover_db_.AttachDatabase(db_path, "corrupt")) { in Init()
792 EXPECT_FALSE(db().AttachDatabase(attach_path, kAttachmentPoint)); in TEST_F()798 EXPECT_TRUE(db().AttachDatabase(attach_path, kAttachmentPoint)); in TEST_F()
631 bool Connection::AttachDatabase(const base::FilePath& other_db_path, in AttachDatabase() function in sql::Connection