Searched refs:AttachDatabase (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sql/
H A Dconnection.h300 bool AttachDatabase(const base::FilePath& other_db_path,
H A Drecovery.cc219 if (!recover_db_.AttachDatabase(db_path, "corrupt")) {
H A Dconnection_unittest.cc792 EXPECT_FALSE(db().AttachDatabase(attach_path, kAttachmentPoint));
798 EXPECT_TRUE(db().AttachDatabase(attach_path, kAttachmentPoint));
H A Dconnection.cc631 bool Connection::AttachDatabase(const base::FilePath& other_db_path, function in class:sql::Connection

Completed in 455 milliseconds